summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-02-28 16:00:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-28 16:00:55 +0000
commitb98c4761e0c80a8d8138910e0a5e5fc8baff8282 (patch)
tree923a8c56c51ec7d13a21e009c0614cac66fa1a7c
parent93e6a48b3e876708a8161a9946581f5e8ebb382f (diff)
parent7400742285b9cf670eabd7e439e07bb903da935b (diff)
downloadnative-b98c4761e0c80a8d8138910e0a5e5fc8baff8282.tar.gz
Merge "Correcting include path in installd test project's Android.mk"
-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)) \