summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-12-19 17:00:38 +0000
committerAnton Hansson <hansson@google.com>2018-12-19 17:00:38 +0000
commit6e7937eab22a28fd85718f3c8a3f7a5bf48a29fb (patch)
treed641d3ba5b14fd7cee2ad883b8f6935829da339e /device-common.mk
parent62fa1255b9082527e8c16b9ec3268e2a71b72ae2 (diff)
downloadbonito-6e7937eab22a28fd85718f3c8a3f7a5bf48a29fb.tar.gz
Bulk migrate /system sysprops to /product
This moves all the properties defined in this device-specific makefile off /system. It's likely not the right place for many of these. - as some of these properties are added to mainline /system, they can be deleted from here - some of these should likely be moved to /vendor in followups Bug: 119911662 Test: diff adb shell getprop before and after on a blueline Change-Id: Id880de677638a5fd40672f8f0f400c9c3c6432eb
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index 040b4212..f482a509 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -67,7 +67,7 @@ PRODUCT_PROPERTY_OVERRIDES += aaudio.mmap_exclusive_policy=2
PRODUCT_PROPERTY_OVERRIDES += aaudio.hw_burst_min_usec=2000
# Set lmkd options
-PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
+PRODUCT_PRODUCT_PROPERTIES += \
ro.lmk.low=1001 \
ro.lmk.medium=800 \
ro.lmk.critical=0 \