summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiakai Zhang <jiakaiz@google.com>2022-05-20 14:37:55 +0100
committerJiakai Zhang <jiakaiz@google.com>2022-05-20 14:51:23 +0100
commitb7086232aeec40d4d521e658d2dc370bd67ba48b (patch)
tree55551416685e3859338d632b039ebce1530bf895
parentdf0dfa45b96c645518172eb5c3f6eda0db83db13 (diff)
downloadredbull-b7086232aeec40d4d521e658d2dc370bd67ba48b.tar.gz
Preopt SystemUI for AOSP builds.
Bug: 232860596 Test: See no dex2oat invocation on the first boot. Change-Id: Ib197a699d58a8c244967bfc4926d272b612474a1
-rw-r--r--device-common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/device-common.mk b/device-common.mk
index b8b62491..731f32c7 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -765,9 +765,9 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
persist.vendor.tcpdump.log.br_num=5
endif
-# Preopt SystemUI
-PRODUCT_DEXPREOPT_SPEED_APPS += \
- SystemUIGoogle
+# Preopt SystemUI.
+PRODUCT_DEXPREOPT_SPEED_APPS += SystemUIGoogle # For internal
+PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI # For AOSP
# Compile SystemUI on device with `speed`.
PRODUCT_PROPERTY_OVERRIDES += \