Merge "perf: add dex pre-opt for SystemUITitan" into tm-qpr-dev

This commit is contained in:
Richard Chang 2022-10-20 10:57:50 +00:00 committed by Android (Google) Code Review
commit 92aaac7c98

View file

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