aboutsummaryrefslogtreecommitdiff
path: root/src/modules/audio_coding/codecs/isac
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-09-19 16:49:38 -0700
committerYing Wang <wangying@google.com>2013-09-19 16:49:38 -0700
commit6347a8c4df1942a8a3736fd54f413d8c3df2e9c0 (patch)
tree9595255531ce78cf3666f7db345b99962f1f467a /src/modules/audio_coding/codecs/isac
parent446452f84e9cc4c75d8e80f6f05e24793397a19d (diff)
downloadwebrtc-6347a8c4df1942a8a3736fd54f413d8c3df2e9c0.tar.gz
Remvoe unnecessary dependencies.
So it can build against the NDK. Change-Id: I988bb0246be96ca628b19792b8e1d33e43b8c219
Diffstat (limited to 'src/modules/audio_coding/codecs/isac')
-rw-r--r--src/modules/audio_coding/codecs/isac/fix/source/Android.mk6
-rw-r--r--src/modules/audio_coding/codecs/isac/main/source/Android.mk4
2 files changed, 0 insertions, 10 deletions
diff --git a/src/modules/audio_coding/codecs/isac/fix/source/Android.mk b/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
index 2794a9ca21..b434ce51d8 100644
--- a/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
+++ b/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
@@ -65,12 +65,6 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../../../../.. \
$(LOCAL_PATH)/../../../../../../common_audio/signal_processing/include
-LOCAL_STATIC_LIBRARIES += libwebrtc_system_wrappers
-
-LOCAL_SHARED_LIBRARIES := \
- libcutils \
- libdl
-
ifndef NDK_ROOT
ifndef WEBRTC_STL
LOCAL_SHARED_LIBRARIES += libstlport
diff --git a/src/modules/audio_coding/codecs/isac/main/source/Android.mk b/src/modules/audio_coding/codecs/isac/main/source/Android.mk
index bacd15192b..75c7e16d93 100644
--- a/src/modules/audio_coding/codecs/isac/main/source/Android.mk
+++ b/src/modules/audio_coding/codecs/isac/main/source/Android.mk
@@ -55,10 +55,6 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../../../../.. \
$(LOCAL_PATH)/../../../../../../common_audio/signal_processing/include
-LOCAL_SHARED_LIBRARIES := \
- libcutils \
- libdl
-
ifndef NDK_ROOT
ifndef WEBRTC_STL
LOCAL_SHARED_LIBRARIES += libstlport