gs201: Remove SystemUI dexpreopt speed compile flags
They are already defined in vendor Change-Id: I27097e32091d0066fc3da1a1b786e5a6ae11bc86
This commit is contained in:
parent
66cd589315
commit
7f5ee2c2bd
1 changed files with 0 additions and 15 deletions
15
device.mk
15
device.mk
|
@ -1048,21 +1048,6 @@ include device/google/gs201/dumpstate/item.mk
|
|||
# It must be split into the FCM of each partition.
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs201/device_framework_matrix_product.xml
|
||||
|
||||
# Preopt SystemUI
|
||||
ifneq ($(RELEASE_SYSTEMUI_USE_SPEED_PROFILE), true)
|
||||
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUIGoogle # For internal
|
||||
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI # For AOSP
|
||||
endif
|
||||
|
||||
# Set on-device compilation mode for SystemUI.
|
||||
ifeq ($(RELEASE_SYSTEMUI_USE_SPEED_PROFILE), true)
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
dalvik.vm.systemuicompilerfilter=speed-profile
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
dalvik.vm.systemuicompilerfilter=speed
|
||||
endif
|
||||
|
||||
# Keymint configuration
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue