diff options
| -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 |
