From 5157aa73d9e2cf3b0460031422dd2cfed4eeec3d Mon Sep 17 00:00:00 2001 From: tccyp Date: Mon, 27 Nov 2017 10:55:18 -0800 Subject: [PATCH] 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 --- location/tests/Android.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 location/tests/Android.mk diff --git a/location/tests/Android.mk b/location/tests/Android.mk new file mode 100644 index 0000000000000..57848f353fd40 --- /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