Merge "Moving "persist.traced.enable" to /product/build.prop" am: ca3d0b1872 am: 1c2efea5a3 am: 60fa97b19c

am: d487216ea8

Change-Id: I8852d4fb741497420a2c9408136cf1639ed448a9
This commit is contained in:
Bowgo Tsai 2019-09-24 19:07:51 -07:00 committed by android-build-merger
commit 2e9415fc63
2 changed files with 6 additions and 2 deletions

View file

@ -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,

View file

@ -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,