Fixed the make file for location tests

make -j32 FrameworksLocationTests can not find the location module
Added one extra make file to help the ninja find the current make file.

To run the tests, use any of this:
1. runtest frameworks-location
2. forrest test FrameworksLocationTests

Bug: 69375757
Test: make -j32 FrameworksLocationTests

Change-Id: I7572cc494f1851ea6167e99c91af8244efaf15b5
This commit is contained in:
tccyp
2017-11-27 10:55:18 -08:00
committed by Yipeng Cao
parent c32dec1f26
commit 5157aa73d9

View File

@@ -0,0 +1,3 @@
LOCAL_PATH:= $(call my-dir)
include $(call all-makefiles-under, $(LOCAL_PATH))