summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiakai Zhang <jiakaiz@google.com>2022-05-20 14:40:27 +0100
committerJiakai Zhang <jiakaiz@google.com>2022-05-20 14:51:32 +0100
commit18ba3e75680f005269f97d89d13598897498067c (patch)
tree127266681c006f8c6bd87bb2053a05db0853fd3f
parentbe8361b17c48d4c503500ddd572527724fce9ab5 (diff)
downloadsunfish-18ba3e75680f005269f97d89d13598897498067c.tar.gz
Preopt SystemUI for AOSP builds.
Bug: 232860596 Test: See no dex2oat invocation on the first boot. Change-Id: Icc38efb4b702b518caa22a3abfc7c04d6ba1ac2a
-rw-r--r--device.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 139afd5c..367a16a8 100644
--- a/device.mk
+++ b/device.mk
@@ -785,8 +785,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.sys.modem.diag.mdlog_br_num=5
# Preopt SystemUI
-PRODUCT_DEXPREOPT_SPEED_APPS += \
- SystemUIGoogle
+PRODUCT_DEXPREOPT_SPEED_APPS += SystemUIGoogle # For internal
+PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI # For AOSP
# Compile SystemUI on device with `speed`.
PRODUCT_PROPERTY_OVERRIDES += \