From eff267c77f5c23f104a0d77c3ef74124744e3549 Mon Sep 17 00:00:00 2001 From: Richard Chang Date: Thu, 20 Oct 2022 07:25:27 +0000 Subject: [PATCH] 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 --- device-tangorpro.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-tangorpro.mk b/device-tangorpro.mk index 1c4ccbb..59f598e 100644 --- a/device-tangorpro.mk +++ b/device-tangorpro.mk @@ -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 \