diff options
author | Bruno Martins <bgcngm@gmail.com> | 2016-06-05 16:16:13 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:25:08 +0100 |
commit | 82fbdb73c29889792b5003378a8014d1fddf45a5 (patch) | |
tree | e40da2ba8776b01b5047bf33dc0a2f241af8feb8 /gps/loc_api/Android.mk | |
parent | 5ce00344e5322de64b226b5bf779e8b3d769e723 (diff) |
z2_plus: Build GPS HAL from source
* Remove Location API for targets with RPC
* Use stock GPS configs (also include missing xtwifi.conf)
Change-Id: I142d161b324e1bc84d258adbedb0a454a72e7e4c
Diffstat (limited to 'gps/loc_api/Android.mk')
-rw-r--r-- | gps/loc_api/Android.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gps/loc_api/Android.mk b/gps/loc_api/Android.mk deleted file mode 100644 index 743b386..0000000 --- a/gps/loc_api/Android.mk +++ /dev/null @@ -1,17 +0,0 @@ -ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),) - -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/ - -#call the subfolders -include $(addsuffix Android.mk, $(GPS_DIR_LIST)) - -endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE |