summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/device.mk b/device.mk
index ba0c880..74ee9d6 100644
--- a/device.mk
+++ b/device.mk
@@ -117,20 +117,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.vibrator.hal.click.duration=10 \
ro.vibrator.hal.tick.duration=4
-# HWUI common settings
-PRODUCT_PROPERTY_OVERRIDES += \
- ro.hwui.gradient_cache_size=1 \
- ro.hwui.drop_shadow_cache_size=6 \
- ro.hwui.r_buffer_cache_size=8 \
- 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.texture_cache_size=84 \
- ro.hwui.layer_cache_size=64 \
- ro.hwui.path_cache_size=32
-
# Enable Perfetto traced
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.traced.enable=1