summaryrefslogtreecommitdiffstats
path: root/core/host_test_internal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/host_test_internal.mk')
-rw-r--r--core/host_test_internal.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/host_test_internal.mk b/core/host_test_internal.mk
index 8611c4b..072e5e0 100644
--- a/core/host_test_internal.mk
+++ b/core/host_test_internal.mk
@@ -12,10 +12,10 @@ endif
LOCAL_CFLAGS += -DGTEST_HAS_STD_STRING -O0 -g
LOCAL_C_INCLUDES += external/gtest/include
-my_test_libcxx := false
-ifeq (,$(TARGET_BUILD_APPS))
-ifneq ($(filter $(strip $(LOCAL_CXX_STL)),libc++ libc++_static),)
my_test_libcxx := true
+ifeq (,$(TARGET_BUILD_APPS))
+ifneq ($(filter $(strip $(LOCAL_CXX_STL)),bionic stlport stlport_static),)
+my_test_libcxx := false
endif
endif