aboutsummaryrefslogtreecommitdiff
path: root/gps/loc_api/Android.mk
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2017-12-12 19:43:28 +0100
committerDavide Garberi <dade.garberi@gmail.com>2017-12-12 19:43:28 +0100
commit675df1371342e43a0c51a4a7ff99c5da78f0b884 (patch)
treeb969421d0d1068818e9bf1dfb2c8d85e94ab6dbf /gps/loc_api/Android.mk
parentc0edbd5a181dba335f588933308f40fc395d5917 (diff)
msm8996-common: Nuke the GPS Hal
* Just to make a clean import Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'gps/loc_api/Android.mk')
-rw-r--r--gps/loc_api/Android.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/gps/loc_api/Android.mk b/gps/loc_api/Android.mk
deleted file mode 100644
index 0a16f68..0000000
--- a/gps/loc_api/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-# add RPC dirs if RPC is available
-ifneq ($(TARGET_NO_RPC),true)
-
-GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
-
-endif #TARGET_NO_RPC
-
-GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/
-
-ifneq ($(QCPATH),)
-GPS_DIR_LIST += \
- $(LOCAL_PATH)/ds_api/ \
- $(LOCAL_PATH)/loc_api_v02/
-endif
-
-#call the subfolders
-include $(addsuffix Android.mk, $(GPS_DIR_LIST))