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
This commit is contained in:
Ramin Zaghi 2014-02-27 15:20:40 +00:00
parent 93e6a48b3e
commit 7400742285
1 changed files with 1 additions and 1 deletions

View File

@ -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)) \