From c1db6b73867430f6d24a7a6c878e053aab3ba1ed Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Mon, 17 May 2021 15:56:48 -0700 Subject: [PATCH] gs101: preopt SystemUI SystemUI should always be speed-preopted on these devices. Test: flashed, SysUI is preopted Bug: 188465988 Change-Id: I990ce9d7d8c08b8e80fe4ca0b73c9eb339f065f3 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 866a0529..5530d87d 100644 --- a/device.mk +++ b/device.mk @@ -1157,3 +1157,7 @@ PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer # (TODO: b/169535506) This includes the FCM for system_ext and product partition. # It must be split into the FCM of each partition. DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs101/device_framework_matrix_product.xml + +# Preopt SystemUI +PRODUCT_DEXPREOPT_SPEED_APPS += \ + SystemUIGoogle