summaryrefslogtreecommitdiffstats
path: root/libcutils/tests
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-12 09:42:15 -0700
committerDan Albert <danalbert@google.com>2014-09-12 10:36:26 -0700
commitfbb8db2e2a885073812ca3975f68a90f9a837391 (patch)
tree49dc7442fcd63de8435ddc0b146a83f94fba2770 /libcutils/tests
parent91baad56f39fb77a4d07a0930c8743ebc61d7c0a (diff)
downloadsystem_core-fbb8db2e2a885073812ca3975f68a90f9a837391.zip
system_core-fbb8db2e2a885073812ca3975f68a90f9a837391.tar.gz
system_core-fbb8db2e2a885073812ca3975f68a90f9a837391.tar.bz2
Remove makefile cruft.
Don't manually include stlport, and don't use private bionic headers. Change-Id: I0fc4e8b34ab449e9ef07c26f71e472fca5640590
Diffstat (limited to 'libcutils/tests')
-rw-r--r--libcutils/tests/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcutils/tests/Android.mk b/libcutils/tests/Android.mk
index 8e65310..2b3a9ee 100644
--- a/libcutils/tests/Android.mk
+++ b/libcutils/tests/Android.mk
@@ -19,6 +19,7 @@ test_src_files := \
PropertiesTest.cpp \
include $(CLEAR_VARS)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := libcutils_test
LOCAL_SRC_FILES := $(test_src_files)
LOCAL_SHARED_LIBRARIES := \
@@ -32,6 +33,7 @@ LOCAL_MODULE_STEM_64 := $(LOCAL_MODULE)64
include $(BUILD_NATIVE_TEST)
include $(CLEAR_VARS)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := libcutils_test_static
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_SRC_FILES := $(test_src_files)