summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamin Zaghi <ramin.zaghi@arm.com>2014-02-27 15:20:40 +0000
committerRamin Zaghi <ramin.zaghi@arm.com>2014-02-28 15:41:57 +0000
commit7400742285b9cf670eabd7e439e07bb903da935b (patch)
tree923a8c56c51ec7d13a21e009c0614cac66fa1a7c
parent93e6a48b3e876708a8161a9946581f5e8ebb382f (diff)
downloadnative-7400742285b9cf670eabd7e439e07bb903da935b.tar.gz
Correcting include path in installd test project's Android.mk
installd project has moved from frameworks/base to frameworks/native and so its test project's c_include path defined in Android.mk has to match the change. Change-Id: I597125ff659f51edbd9fc95371790e2d567c78be
-rw-r--r--cmds/installd/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/tests/Android.mk b/cmds/installd/tests/Android.mk
index c0192f453f..4faf3c069a 100644
--- a/cmds/installd/tests/Android.mk
+++ b/cmds/installd/tests/Android.mk
@@ -18,7 +18,7 @@ static_libraries := \
libgtest_main
c_includes := \
- frameworks/base/cmds/installd
+ frameworks/native/cmds/installd
$(foreach file,$(test_src_files), \
$(eval include $(CLEAR_VARS)) \