diff options
author | tccyp <tccyp@google.com> | 2017-11-27 10:55:18 -0800 |
---|---|---|
committer | Yipeng Cao <tccyp@google.com> | 2017-11-27 19:55:39 +0000 |
commit | 5157aa73d9e2cf3b0460031422dd2cfed4eeec3d (patch) | |
tree | c9585f8a623c1a5fdb4b1a2290eb5e49c53adf9a /location/tests | |
parent | c32dec1f262995f2f100af61c0728517245ae2c9 (diff) |
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
Diffstat (limited to 'location/tests')
-rw-r--r-- | location/tests/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/location/tests/Android.mk b/location/tests/Android.mk new file mode 100644 index 000000000000..57848f353fd4 --- /dev/null +++ b/location/tests/Android.mk @@ -0,0 +1,3 @@ +LOCAL_PATH:= $(call my-dir) + +include $(call all-makefiles-under, $(LOCAL_PATH))
\ No newline at end of file |