OSDN Git Service

Correcting include path in installd test project's Android.mk
authorRamin Zaghi <ramin.zaghi@arm.com>
Thu, 27 Feb 2014 15:20:40 +0000 (15:20 +0000)
committerRamin Zaghi <ramin.zaghi@arm.com>
Fri, 28 Feb 2014 15:41:57 +0000 (15:41 +0000)
 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

index c0192f4..4faf3c0 100644 (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)) \