aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2019-06-26 15:49:10 +0100
committerHung-ying Tyan <tyanh@google.com>2019-06-27 10:32:46 +0000
commitd8d0821252e6efec16d3177c7b309df72460dd67 (patch)
tree3a5aa3067c83e8ccc2b8acbca6ff5cd8d184b0d6
parente40cc936ff46d36e8d9800325d9a2002e1e0f8b9 (diff)
downloadbuild-d8d0821252e6efec16d3177c7b309df72460dd67.tar.gz
Remove lmk.log_stats sysprop from mainline_system
It is now set on the /product partition by relevant devices. Bug: 135569569 Test: lunch mainline_system_arm64; inspect system/etc/prop.default Test: boot crosshatch and check the sysprop is still true via "adb shell getprop" Change-Id: I34696977f584a65741c6002e6688d86e66a1f121 Merged-In: I34696977f584a65741c6002e6688d86e66a1f121
-rw-r--r--target/product/mainline_system.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk
index 54a9625ab8..3644a221ea 100644
--- a/target/product/mainline_system.mk
+++ b/target/product/mainline_system.mk
@@ -104,8 +104,6 @@ PRODUCT_HOST_PACKAGES += \
# Enable stats logging in LMKD
TARGET_LMKD_STATS_LOG := true
-PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
- ro.lmk.log_stats=true
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true