aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-06-09 14:39:01 -0700
committerJiyong Park <jiyong@google.com>2017-06-14 19:37:33 +0900
commit11d9a8be40885866879f28786f333c575ef1dce5 (patch)
tree4fc1e7b6c5646fca2f9fca6ae90f9f2214cd43e3 /webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk
parent0d85cc3c3cfefb17deac1924412203b38b790aed (diff)
downloadwebrtc-11d9a8be40885866879f28786f333c575ef1dce5.tar.gz
Move all libwebrtc* to vendor image.
Native tests are not moved. Tests include: webrtc_apm_process_test webrtc_isac_test webrtc_apm_unit_test Test: mma -j Test: m -j -k BOARD_VNDK_VERSION=current has no errors for webrtc Bug: 62489821 Merged-In: I013303de263866cbf368f3f89327c5357f9cecdb Change-Id: I013303de263866cbf368f3f89327c5357f9cecdb (cherry picked from commit 8df7e85368569b7cd0afc1ce231b8b3a0ab49333)
Diffstat (limited to 'webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk')
-rw-r--r--webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk b/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk
index d1f6086651..c409af2fff 100644
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk
@@ -18,6 +18,7 @@ include $(LOCAL_PATH)/../../../../../../../android-webrtc.mk
LOCAL_ARM_MODE := arm
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
LOCAL_MODULE := libwebrtc_isacfix
+LOCAL_VENDOR_MODULE := true
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
arith_routines.c \
@@ -98,6 +99,7 @@ include $(CLEAR_VARS)
LOCAL_ARM_MODE := arm
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
LOCAL_MODULE := libwebrtc_isacfix_neon
+LOCAL_VENDOR_MODULE := true
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
filters_neon.c \