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:
parent
27e8a8fda6
commit
eff267c77f
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue