summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2018-03-01 17:00:20 -0800
committerTom Cherry <tomcherry@google.com>2018-03-01 17:00:20 -0800
commit584eb281e95b6eba1d844ca1da4afa0ecf70c9bc (patch)
tree766fbbc17de104bf13a5020e445388ee5f76a29e
parent652e62ab0b097bdaa4d7793e46ea385934e07ae6 (diff)
downloadtaimen-o-mr1-iot-preview-7.tar.gz
These have migrated away from properties. Bug: 73905119 Test: n/a Change-Id: I83e0942c027defba02a037f9db684d42f5042bb9
-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