summaryrefslogtreecommitdiffstats
path: root/core/host_test_internal.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-09 00:55:25 -0800
committerDan Albert <danalbert@google.com>2014-11-09 00:55:25 -0800
commitea93ae61e3f1ac05381cc78ddd95aaddf84c94b9 (patch)
tree8d8ad517dfa0cca9952621a2c9aae97f1ead582a /core/host_test_internal.mk
parent652ff716b819b694be76e63f059dca50e7febb8d (diff)
downloadbuild-ea93ae61e3f1ac05381cc78ddd95aaddf84c94b9.zip
build-ea93ae61e3f1ac05381cc78ddd95aaddf84c94b9.tar.gz
build-ea93ae61e3f1ac05381cc78ddd95aaddf84c94b9.tar.bz2
Remove logic for libstdc++ gtest libs.
The libstdc++ linked gtest libraries are no longer necessary. Change-Id: Ia98263bc2541b6c8fd0b3e22bb6fec85104a2210
Diffstat (limited to 'core/host_test_internal.mk')
-rw-r--r--core/host_test_internal.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/host_test_internal.mk b/core/host_test_internal.mk
index 072e5e0..e0070c1 100644
--- a/core/host_test_internal.mk
+++ b/core/host_test_internal.mk
@@ -12,17 +12,4 @@ endif
LOCAL_CFLAGS += -DGTEST_HAS_STD_STRING -O0 -g
LOCAL_C_INCLUDES += external/gtest/include
-my_test_libcxx := true
-ifeq (,$(TARGET_BUILD_APPS))
-ifneq ($(filter $(strip $(LOCAL_CXX_STL)),bionic stlport stlport_static),)
-my_test_libcxx := false
-endif
-endif
-
-ifeq ($(my_test_libcxx),true)
-LOCAL_STATIC_LIBRARIES += libgtest_libc++_host libgtest_main_libc++_host
-else
LOCAL_STATIC_LIBRARIES += libgtest_host libgtest_main_host
-LOCAL_SHARED_LIBRARIES +=
-endif
-