Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1374c92 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Moving emulator-specific properties to /system_ext"

parents 8206233e f14ec6bf
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -53,14 +53,14 @@ $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
#config.disable_location=true
#config.disable_location=true


# Enable Perfetto traced
# Enable Perfetto traced
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_EXT_PROPERTIES += \
    persist.traced.enable=1
    persist.traced.enable=1


# enable Google-specific location features,
# enable Google-specific location features,
# like NetworkLocationProvider and LocationCollector
# like NetworkLocationProvider and LocationCollector
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_EXT_PROPERTIES += \
    ro.com.google.locationfeatures=1
    ro.com.google.locationfeatures=1


# disable setupwizard
# disable setupwizard
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_EXT_PROPERTIES += \
    ro.setupwizard.mode=DISABLED
    ro.setupwizard.mode=DISABLED
+3 −3
Original line number Original line Diff line number Diff line
@@ -58,14 +58,14 @@ $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
#config.disable_location=true
#config.disable_location=true


# Enable Perfetto traced
# Enable Perfetto traced
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_EXT_PROPERTIES += \
    persist.traced.enable=1
    persist.traced.enable=1


# enable Google-specific location features,
# enable Google-specific location features,
# like NetworkLocationProvider and LocationCollector
# like NetworkLocationProvider and LocationCollector
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_EXT_PROPERTIES += \
    ro.com.google.locationfeatures=1
    ro.com.google.locationfeatures=1


# disable setupwizard
# disable setupwizard
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_EXT_PROPERTIES += \
    ro.setupwizard.mode=DISABLED
    ro.setupwizard.mode=DISABLED