From 6d5f581bc8af039fa620a25dccd05886207269e9 Mon Sep 17 00:00:00 2001 From: Nishant Panwar Date: Fri, 3 Jan 2025 12:16:52 +0000 Subject: [PATCH] Remove SystemUITitan from SPEED apps We are switching SystemUI from speed compilation to profile guided compilation on Pixel devices. This change removes the SystemUITitan from the list of speed apps and enables profile guided compilation in dexpreopt. Bug: 271887637, 381463273 Flag: build.RELEASE_SYSTEMUI_USE_SPEED_PROFILE Test: Locally built and flashed on device. Verifed the compilation mode in dexpreopt. Change-Id: I0dbf43f9acda3c7dfe4a05c24c2775f283f99c7f --- device-tangorpro.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device-tangorpro.mk b/device-tangorpro.mk index 9670b84..8645ce4 100644 --- a/device-tangorpro.mk +++ b/device-tangorpro.mk @@ -71,7 +71,9 @@ include device/google/tangorpro/uwb/uwb_calibration.mk endif # Preopt SystemUI +ifneq ($(RELEASE_SYSTEMUI_USE_SPEED_PROFILE), true) PRODUCT_DEXPREOPT_SPEED_APPS += SystemUITitan # For tablet +endif # Touch files PRODUCT_COPY_FILES += \