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 /BoardConfig.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 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e809af2..6e2e2ac 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -155,6 +155,10 @@ endif TARGET_NO_RPC := true USE_DEVICE_SPECIFIC_GPS := true +# GPS +USE_DEVICE_SPECIFIC_GPS := true +USE_DEVICE_SPECIFIC_LOC_API := true + # Init TARGET_INIT_VENDOR_LIB := libinit_z2_plus TARGET_RECOVERY_DEVICE_MODULES := libinit_z2_plus |