aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/aec/Android.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-24 19:08:43 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-25 15:17:01 -0700
commitc3f927f4f51767b2c9d861a2086e5581adf916c7 (patch)
tree2ba9669e79e3038b5c5e14a75dfc4be45326ea3c /webrtc/modules/audio_processing/aec/Android.mk
parentff04884918f02e936e7a425ea2281dad9f3d9281 (diff)
downloadwebrtc-c3f927f4f51767b2c9d861a2086e5581adf916c7.tar.gz
Remove unused gnustl webrtc variants
These aren't being used, and were complicating the makefiles. Test: cs/webrtc gnustl Change-Id: I256bc9da8e0dc89a11fda6a941a9cb43b8c0bb20
Diffstat (limited to 'webrtc/modules/audio_processing/aec/Android.mk')
-rw-r--r--webrtc/modules/audio_processing/aec/Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/webrtc/modules/audio_processing/aec/Android.mk b/webrtc/modules/audio_processing/aec/Android.mk
index 39b2df47f1..1d5b900cf2 100644
--- a/webrtc/modules/audio_processing/aec/Android.mk
+++ b/webrtc/modules/audio_processing/aec/Android.mk
@@ -48,10 +48,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)