diff options
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 |