summaryrefslogtreecommitdiffstats
path: root/core/native_test.mk
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-02-04 22:09:16 -0800
committerChristopher Ferris <cferris@google.com>2014-02-05 16:36:42 -0800
commit70ca5e5b3942f54703724f573130b422d51059b1 (patch)
treeca6421d60eeb50c786ba727c87b906506b50e245 /core/native_test.mk
parenta77456b8e8a5e66705e48e1ec4eebc1889553c6a (diff)
downloadbuild-70ca5e5b3942f54703724f573130b422d51059b1.zip
build-70ca5e5b3942f54703724f573130b422d51059b1.tar.gz
build-70ca5e5b3942f54703724f573130b422d51059b1.tar.bz2
Add library test makefile solutions.
Change-Id: Ibc8df9b0e2342683158936bf011425780df8f02a
Diffstat (limited to 'core/native_test.mk')
-rw-r--r--core/native_test.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/core/native_test.mk b/core/native_test.mk
index 12cf4af..fc08f79 100644
--- a/core/native_test.mk
+++ b/core/native_test.mk
@@ -3,20 +3,6 @@
## Common flags for native tests are added.
###########################################
-LOCAL_CFLAGS += -DGTEST_OS_LINUX_ANDROID -DGTEST_HAS_STD_STRING
-
-LOCAL_C_INCLUDES += external/gtest/include
-LOCAL_STATIC_LIBRARIES += libgtest libgtest_main
-
-ifndef LOCAL_SDK_VERSION
-LOCAL_C_INCLUDES += bionic \
- bionic/libstdc++/include \
- external/stlport/stlport
-LOCAL_SHARED_LIBRARIES += libstlport
-endif
-
-ifndef LOCAL_MODULE_PATH
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
-endif
+include $(BUILD_SYSTEM)/target_test_internal.mk
include $(BUILD_EXECUTABLE)