remove ro.hwui. properties from being set am: 6a89af9deb

am: f7e7df3746

Change-Id: I8116c3fc0fbd40a6784acba132a67fcf71722054
This commit is contained in:
Tom Cherry
2018-03-02 07:19:37 +00:00
committed by android-build-merger
2 changed files with 0 additions and 17 deletions

View File

@@ -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

View File

@@ -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