From c85c8ff673e4347cea911b353de120f639b39b83 Mon Sep 17 00:00:00 2001 From: Dante Russo Date: Tue, 28 Feb 2017 16:45:47 -0800 Subject: LocationAPI implementation Implementation of LocationAPI into gps hal to be a common API that is called into by platform specific APIs. Change-Id: Ie5a7bd217d4ae2175ad49e6aca2fb6ecd4702f3b CRs-fixed: 1112712 --- Android.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Android.mk (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..e2c5a56 --- /dev/null +++ b/Android.mk @@ -0,0 +1,5 @@ +ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),) +LOCAL_PATH := $(call my-dir) + +include $(call all-makefiles-under,$(LOCAL_PATH)) +endif -- cgit v1.2.3