summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-11-30 16:22:46 -0800
committerColin Cross <ccross@android.com>2015-11-30 16:22:46 -0800
commit0d754c260696659f08fc661e1d282b8d7be8ab73 (patch)
tree622db50efc24cc95e1078283af60e328a0354723
parentf1c2f04ef6c9f7ce3a76d06ddaab35a94f67f595 (diff)
downloadandroid_external_zlib-0d754c260696659f08fc661e1d282b8d7be8ab73.tar.gz
android_external_zlib-0d754c260696659f08fc661e1d282b8d7be8ab73.tar.bz2
android_external_zlib-0d754c260696659f08fc661e1d282b8d7be8ab73.zip
Remove LOCAL_NDK_STL_VARIANT
LOCAL_NDK_STL_VARIANT := none is apparently not supported, go back to using STL for the device NDK build case. Bug: 25904002 Change-Id: I8e8b32c7274925168c321f60fe69b225dcfc0aa5
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 4ae678e..93142a5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,7 +32,6 @@ LOCAL_LDFLAGS_arm := -Wl,--hash-style=both
LOCAL_SRC_FILES := $(zlib_files)
ifneq ($(TARGET_BUILD_APPS),)
LOCAL_SDK_VERSION := 9
- LOCAL_NDK_STL_VARIANT := none
else
LOCAL_CXX_STL := none
endif
@@ -48,7 +47,6 @@ LOCAL_CFLAGS += -O3 -DUSE_MMAP
LOCAL_SRC_FILES := $(zlib_files)
ifneq ($(TARGET_BUILD_APPS),)
LOCAL_SDK_VERSION := 9
- LOCAL_NDK_STL_VARIANT := none
else
LOCAL_CXX_STL := none
endif