aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Palmer <crpalmer@gmail.com>2015-09-27 07:16:15 -0400
committerChristopher R. Palmer <crpalmer@gmail.com>2015-09-27 07:16:15 -0400
commit92113002d818324afd7af6f149b7020a9b836535 (patch)
treec3c5838cdb5b18e4d813c60d939b0290ed5d8e3a
parent1dc1ba2a514f4827fb0e4d326f35289aa188e78f (diff)
Z008: Set our governor parameters in the default.prop
Change-Id: Id21b2431de36a92a9029cadb4de00f0a00c18e4b
-rw-r--r--device.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 2d795d7..6d4f092 100644
--- a/device.mk
+++ b/device.mk
@@ -26,6 +26,12 @@ $(call inherit-product-if-exists, frameworks/native/build/phone-xhdpi-2048-dalvi
# call hwui memory config
$(call inherit-product-if-exists, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk)
+# Ramdisk config of governors
+ADDITIONAL_DEFAULT_PROPERTIES += \
+ ro.sys.perf.device.powersave=1250000 \
+ ro.sys.perf.device.full=1833000 \
+ ro.sys.perf.device.touchboost=1500000
+
DEVICE_PACKAGE_OVERLAYS := \
device/asus/Z008/overlay