Android->device:gps default false

This commit is contained in:
cjp
2018-02-27 17:35:37 +08:00
parent 227464fe57
commit fc02ede46a

View File

@ -66,7 +66,7 @@ PRODUCT_COPY_FILES += \
########################################################
ifeq ($(strip $(BOARD_HAS_GPS)),true)
PRODUCT_PROPERTY_OVERRIDES += \
ro.factory.hasGPS=true
ro.factory.hasGPS=false
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml
else