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

Commit 2e9415fc authored by Bowgo Tsai's avatar Bowgo Tsai Committed by android-build-merger
Browse files

Merge "Moving "persist.traced.enable" to /product/build.prop" am: ca3d0b18...

Merge "Moving "persist.traced.enable" to /product/build.prop" am: ca3d0b18 am: 1c2efea5 am: 60fa97b1
am: d487216e

Change-Id: I8852d4fb741497420a2c9408136cf1639ed448a9
parents ab9b932f d487216e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -52,7 +52,9 @@ $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
#config.disable_location=true

# Enable Perfetto traced
PRODUCT_SYSTEM_EXT_PROPERTIES += \
# There is a stable property API for this prop so we can move it to /product.
# https://android-review.googlesource.com/c/platform/system/libsysprop/+/952375
PRODUCT_PRODUCT_PROPERTIES += \
    persist.traced.enable=1

# enable Google-specific location features,
+3 −1
Original line number Diff line number Diff line
@@ -55,7 +55,9 @@ $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
#config.disable_location=true

# Enable Perfetto traced
PRODUCT_SYSTEM_EXT_PROPERTIES += \
# There is a stable property API for this prop so we can move it to /product.
# https://android-review.googlesource.com/c/platform/system/libsysprop/+/952375
PRODUCT_PRODUCT_PROPERTIES += \
    persist.traced.enable=1

# enable Google-specific location features,