summaryrefslogtreecommitdiffstats
path: root/cmds/installd
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-11 18:45:33 -0700
committerDan Albert <danalbert@google.com>2014-09-11 18:49:47 -0700
commitb79dfe672138805b4f70183fd738d9af58591148 (patch)
tree725fb82c100c3296bd5b45ff0fc7a1e24f5a38ba /cmds/installd
parent07c9557f603d405cbcb52434aca6f5ffdcc45072 (diff)
downloadframeworks_native-b79dfe672138805b4f70183fd738d9af58591148.zip
frameworks_native-b79dfe672138805b4f70183fd738d9af58591148.tar.gz
frameworks_native-b79dfe672138805b4f70183fd738d9af58591148.tar.bz2
Clean cruft out of makefiles.
Cleans up manual uses of stlport and bionic (and removes uses of private bionic headers). Change-Id: I157309d702e59152adfa3450939082248ae4c043
Diffstat (limited to 'cmds/installd')
-rw-r--r--cmds/installd/tests/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmds/installd/tests/Android.mk b/cmds/installd/tests/Android.mk
index 4faf3c0..7300b29 100644
--- a/cmds/installd/tests/Android.mk
+++ b/cmds/installd/tests/Android.mk
@@ -1,6 +1,7 @@
# Build the unit tests for installd
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
# Build the unit tests.
test_src_files := \
@@ -9,13 +10,10 @@ test_src_files := \
shared_libraries := \
libutils \
libcutils \
- libstlport
static_libraries := \
libinstalld \
libdiskusage \
- libgtest \
- libgtest_main
c_includes := \
frameworks/native/cmds/installd