sanders: Drop HWUI properties on O-MR1

* In Android 8.1 and later, only the ro.zygote.disable_gl_preload
   property still applies. All other properties have been removed.

   Reference: source.android.com/devices/graphics/renderer

Change-Id: I45ed04a5590ef12c5c68cdfa3ee41b1decd821ff
Signed-off-by: Rajat Gupta <rjtgupta84@gmail.com>
This commit is contained in:
Abhay Ruparel
2019-02-26 18:26:37 +05:30
committed by Jorge Lucas
parent e5ff37f296
commit 59eeeb1d9e

View File

@@ -141,20 +141,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.fm.transmitter=false
# HWUI properties
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
# IMS
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.radio.jbims=1 \