summaryrefslogtreecommitdiff
path: root/location/tests
diff options
context:
space:
mode:
authortccyp <tccyp@google.com>2017-11-27 10:55:18 -0800
committerYipeng Cao <tccyp@google.com>2017-11-27 19:55:39 +0000
commit5157aa73d9e2cf3b0460031422dd2cfed4eeec3d (patch)
treec9585f8a623c1a5fdb4b1a2290eb5e49c53adf9a /location/tests
parentc32dec1f262995f2f100af61c0728517245ae2c9 (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.mk3
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