Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74007422 authored by Ramin Zaghi's avatar Ramin Zaghi
Browse files

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
parent 93e6a48b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) \