aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2014-11-12 16:46:38 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2014-11-12 16:46:38 +0530
commitfcef161854e230df4dafd6b0461c1bf8bbc43a29 (patch)
tree0ac3faa66998318fc086accab292910c71f2ae96 /shinano.mk
parent128837a1db5dcb18ca7e101fc11dbdf9cd278116 (diff)
Inherit HWUI memory limits from frameworks/native
* No need to duplicate it here. Change-Id: I2ec7e9f09ebefaf7a4ae76b7217919965bf83956
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk16
1 files changed, 3 insertions, 13 deletions
diff --git a/shinano.mk b/shinano.mk
index f5e454f..8d3b0db 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -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)