diff options
| author | Christopher R. Palmer <crpalmer@gmail.com> | 2015-09-27 07:16:15 -0400 |
|---|---|---|
| committer | Christopher R. Palmer <crpalmer@gmail.com> | 2015-09-27 07:16:15 -0400 |
| commit | 92113002d818324afd7af6f149b7020a9b836535 (patch) | |
| tree | c3c5838cdb5b18e4d813c60d939b0290ed5d8e3a | |
| parent | 1dc1ba2a514f4827fb0e4d326f35289aa188e78f (diff) | |
Z008: Set our governor parameters in the default.prop
Change-Id: Id21b2431de36a92a9029cadb4de00f0a00c18e4b
| -rw-r--r-- | device.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
