From 7400742285b9cf670eabd7e439e07bb903da935b Mon Sep 17 00:00:00 2001 From: Ramin Zaghi Date: Thu, 27 Feb 2014 15:20:40 +0000 Subject: 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 --- cmds/installd/tests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) \ -- cgit v1.2.3