summaryrefslogtreecommitdiff
path: root/gps/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gps/Android.mk')
-rw-r--r--gps/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/gps/Android.mk b/gps/Android.mk
new file mode 100644
index 0000000..e2c5a56
--- /dev/null
+++ b/gps/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