mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 22:40:44 +00:00
remove ro.hwui. properties from being set
These have migrated away from properties. Bug: 73905119 Test: boot walleye, do not see errors about these being set Change-Id: I91e680d99aeb2809959e8f0c7ec48a162bd8dbee
This commit is contained in:
@@ -113,17 +113,6 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.config.calibration_fac=/persist/sensors/calibration/calibration.xml
|
||||
|
||||
# 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
|
||||
|
||||
# NFC/camera interaction workaround - DO NOT COPY TO NEW DEVICES
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.camera.notify_nfc=1
|
||||
|
||||
@@ -33,12 +33,6 @@ include device/google/muskie/device-common.mk
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.sf.lcd_density=420
|
||||
|
||||
# HWUI cache sizes
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.hwui.texture_cache_size=56 \
|
||||
ro.hwui.layer_cache_size=32 \
|
||||
ro.hwui.path_cache_size=16
|
||||
|
||||
# Enable Perfetto traced
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
persist.traced.enable=1
|
||||
|
||||
Reference in New Issue
Block a user