Skip to content

Commit

Permalink
Z00A: Set our governor parameters in the default.prop
Browse files Browse the repository at this point in the history
Change-Id: I6a91a0e13ca9e3ccf2b7ffa05506261d0e1ada83
  • Loading branch information
crpalmer committed Sep 27, 2015
1 parent a7eb745 commit f1f8c7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ PRODUCT_PACKAGES += \
NfcNci \
Tag

# Ramdisk config of governors
ADDITIONAL_DEFAULT_PROPERTIES += \
ro.sys.perf.device.powersave=1500000 \
ro.sys.perf.device.full=2333000 \
ro.sys.perf.device.touchboost=1833000

$(call inherit-product-if-exists, vendor/asus/Z00A/Z00A-vendor.mk)

# Inherit from mofd-common
Expand Down

0 comments on commit f1f8c7e

Please sign in to comment.