summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2018-04-02 20:24:09 +0900
committerJaekyun Seok <jaekyun@google.com>2018-04-02 20:27:16 +0900
commit0b5667ede4548989fb76a5ddd7ac4825b5121b25 (patch)
tree68f84b72bdeced759c0e587a4b74c959bd706384 /device-common.mk
parent4d521451759cd1c5adcb035d80bc5f8914da8c10 (diff)
downloadbonito-0b5667ede4548989fb76a5ddd7ac4825b5121b25.tar.gz
Clean up non-whitelisted properties
- moved ro.lmk.log_stats to system partition because it isn't specific to SoC vendors - removed ro.hwui.* because they are deprecated. Bug: 74266614 Test: succeeded building and tested with blueline Change-Id: I233915c0c5a104fc2e7e8ab1b038d4452fbaf9bc
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/device-common.mk b/device-common.mk
index c2a668d7..3fdbcffb 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -75,14 +75,3 @@ PRODUCT_COPY_FILES += \
# Dumpstate HAL
PRODUCT_PACKAGES += \
android.hardware.dumpstate@1.0-service.crosshatch
-
-# 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