summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-12 23:01:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-12 23:01:37 +0000
commit64582edadd17f0b25f89b8c638053f6ac2bd2482 (patch)
tree61e7057980a039398e7cacff84f53a8c819f81a1
parentf2784b31673f8975cffe5c425f73e2f18a598d43 (diff)
parent2d24c5c23e48da5e8b8201f479b4c1ecc464d873 (diff)
downloadredbull-64582edadd17f0b25f89b8c638053f6ac2bd2482.tar.gz
Snap for 8581162 from 2d24c5c23e48da5e8b8201f479b4c1ecc464d873 to tm-release
Change-Id: I82605e4a372f5bb0304e5d99b67aba975195aa41
-rw-r--r--device-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 860321dc..a4facd43 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -769,6 +769,10 @@ endif
PRODUCT_DEXPREOPT_SPEED_APPS += \
SystemUIGoogle
+# Compile SystemUI on device with `speed`.
+PRODUCT_PROPERTY_OVERRIDES += \
+ dalvik.vm.systemuicompilerfilter=speed
+
# Enable stats logging in LMKD
TARGET_LMKD_STATS_LOG := true