commit | b98c4761e0c80a8d8138910e0a5e5fc8baff8282 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Fri Feb 28 16:00:54 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 28 16:00:55 2014 +0000 |
tree | 923a8c56c51ec7d13a21e009c0614cac66fa1a7c | |
parent | 93e6a48b3e876708a8161a9946581f5e8ebb382f [diff] | |
parent | 7400742285b9cf670eabd7e439e07bb903da935b [diff] |
Merge "Correcting include path in installd test project's Android.mk"
diff --git a/cmds/installd/tests/Android.mk b/cmds/installd/tests/Android.mk index c0192f4..4faf3c0 100644 --- a/cmds/installd/tests/Android.mk +++ b/cmds/installd/tests/Android.mk
@@ -18,7 +18,7 @@ libgtest_main c_includes := \ - frameworks/base/cmds/installd + frameworks/native/cmds/installd $(foreach file,$(test_src_files), \ $(eval include $(CLEAR_VARS)) \