Merge "Moving emulator-specific properties to /system_ext" am: b1374c9262
am: 65a1e72cd8
am: 7b4f1e9961
Change-Id: I1db0928ca4c4fd64c17fb264a380942defb552b4
This commit is contained in:
commit
452d29e714
2 changed files with 6 additions and 6 deletions
|
@ -53,14 +53,14 @@ $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
|
|||
#config.disable_location=true
|
||||
|
||||
# Enable Perfetto traced
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
persist.traced.enable=1
|
||||
|
||||
# enable Google-specific location features,
|
||||
# like NetworkLocationProvider and LocationCollector
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
ro.com.google.locationfeatures=1
|
||||
|
||||
# disable setupwizard
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
ro.setupwizard.mode=DISABLED
|
||||
|
|
|
@ -58,14 +58,14 @@ $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
|
|||
#config.disable_location=true
|
||||
|
||||
# Enable Perfetto traced
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
persist.traced.enable=1
|
||||
|
||||
# enable Google-specific location features,
|
||||
# like NetworkLocationProvider and LocationCollector
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
ro.com.google.locationfeatures=1
|
||||
|
||||
# disable setupwizard
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
ro.setupwizard.mode=DISABLED
|
||||
|
|
Loading…
Reference in a new issue