diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 16:46:38 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 16:46:38 +0530 |
commit | fcef161854e230df4dafd6b0461c1bf8bbc43a29 (patch) | |
tree | 0ac3faa66998318fc086accab292910c71f2ae96 | |
parent | 128837a1db5dcb18ca7e101fc11dbdf9cd278116 (diff) |
Inherit HWUI memory limits from frameworks/native
* No need to duplicate it here.
Change-Id: I2ec7e9f09ebefaf7a4ae76b7217919965bf83956
-rw-r--r-- | shinano.mk | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -192,19 +192,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ ro.qualcomm.sensors.georv=true \ ro.qc.sensors.max_geomag_rotvec=50 -PRODUCT_PROPERTY_OVERRIDES += \ - ro.hwui.texture_cache_size=72 \ - ro.hwui.layer_cache_size=48 \ - ro.hwui.r_buffer_cache_size=8 \ - ro.hwui.path_cache_size=32 \ - ro.hwui.gradient_cache_size=1 \ - ro.hwui.drop_shadow_cache_size=6 \ - 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 - # GPS PRODUCT_PROPERTY_OVERRIDES += \ persist.gps.qc_nlp_in_use=0 \ @@ -243,5 +230,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ # BCM Wifi $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4339/device-bcm.mk) +# HWUI memory limits +$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk) + # Include non-opensource parts $(call inherit-product, vendor/sony/shinano-common/shinano-common-vendor.mk) |