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
This commit is contained in:
Nishant Panwar 2025-01-03 12:16:52 +00:00
parent 1a8b8047a7
commit 6d5f581bc8

View file

@ -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 += \