diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-01 13:06:52 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-01 13:06:52 -0700 |
commit | 824daf27e09f57107b584af9b2779d9802d5d49b (patch) | |
tree | 7f5f506a04672951f25390abb8fc3b4e55ff576b /system.prop | |
parent | 3aed98659d92ad03c0464fe2e41d7524cc6844da (diff) | |
parent | 144a6e63dacde5c08e9cc6cc48a8fff993556023 (diff) |
Merge "sdm660_64: Modify the text_large_cache_height value from 1024 to 2048"
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system.prop b/system.prop index 852f686..40d9bdc 100644 --- a/system.prop +++ b/system.prop @@ -128,8 +128,8 @@ ro.nfc.port=I2C ro.vendor.at_library=libqti-at.so #min/max cpu in core control -ro.core_ctl_min_cpu=2 -ro.core_ctl_max_cpu=4 +ro.vendor.qti.core_ctl_min_cpu=2 +ro.vendor.qti.core_ctl_max_cpu=4 #hwui properties ro.hwui.texture_cache_size=72 @@ -142,7 +142,7 @@ ro.hwui.texture_cache_flushrate=0.4 ro.hwui.text_small_cache_width=1024 ro.hwui.text_small_cache_height=1024 ro.hwui.text_large_cache_width=2048 -ro.hwui.text_large_cache_height=1024 +ro.hwui.text_large_cache_height=2048 #property to enable VDS WFD solution persist.hwc.enable_vds=1 |