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:
parent
1a8b8047a7
commit
6d5f581bc8
1 changed files with 2 additions and 0 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue