perf: add dex pre-opt for SystemUITitan

SystemUI package name for tablet is SystemUITitan instead of
SystemUIGoogle.

Bug: 254388795
Test: pts-tradefed run commandAndExit pts -m PtsPerfWbsTestCases
-t com.google.android.perfwbs.pts.FrameworkOptTest
Test: adb shell oatdump
--oat-file=system_ext/priv-app/SystemUITitan/oat/arm64/SystemUITitan.odex
--header-only

Change-Id: If904f0f6dbfd7516e464669594a055b9981f7e98
This commit is contained in:
Richard Chang 2022-10-20 07:25:27 +00:00
parent 27e8a8fda6
commit eff267c77f

View file

@ -59,6 +59,9 @@ ifeq ($(filter factory_tangorpro, $(TARGET_PRODUCT)),)
include device/google/tangorpro/uwb/uwb_calibration.mk
endif
# Preopt SystemUI
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUITitan # For tablet
# Touch files
PRODUCT_COPY_FILES += \
device/google/tangorpro/NVTCapacitiveTouchScreen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/NVTCapacitiveTouchScreen.idc \