aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-26 07:02:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-26 07:02:05 +0000
commitcc3f37b54e81022a7fe5565e232bb5b8f056aa0d (patch)
tree2ba9669e79e3038b5c5e14a75dfc4be45326ea3c /webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk
parentff04884918f02e936e7a425ea2281dad9f3d9281 (diff)
parentc3f927f4f51767b2c9d861a2086e5581adf916c7 (diff)
downloadwebrtc-cc3f37b54e81022a7fe5565e232bb5b8f056aa0d.tar.gz
Remove unused gnustl webrtc variants
am: c3f927f4f5 Change-Id: I185117b455e7d2eb2cc32ab53a5d0dacd0f687af
Diffstat (limited to 'webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk')
-rw-r--r--webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk b/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk
index f1d30742e2..b5f5415b80 100644
--- a/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk
+++ b/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk
@@ -66,10 +66,4 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../../../../../.. \
$(LOCAL_PATH)/../../../../../../common_audio/signal_processing/include
-ifdef WEBRTC_STL
-LOCAL_NDK_STL_VARIANT := $(WEBRTC_STL)
-LOCAL_SDK_VERSION := 14
-LOCAL_MODULE := $(LOCAL_MODULE)_$(WEBRTC_STL)
-endif
-
include $(BUILD_STATIC_LIBRARY)