gs101: Remove SystemUI dexpreopt speed compile flags
They are already defined in vendor Change-Id: I27097e32091d0066fc3da1a1b786e5a6ae11bc86
This commit is contained in:
parent
9e4f6f83b6
commit
bfb257ca9a
1 changed files with 0 additions and 15 deletions
15
device.mk
15
device.mk
|
@ -1010,21 +1010,6 @@ include hardware/google/pixel/wifi_ext/device.mk
|
||||||
# It must be split into the FCM of each partition.
|
# It must be split into the FCM of each partition.
|
||||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product.xml
|
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/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
|
|
||||||
|
|
||||||
# Keymaster configuration
|
# Keymaster configuration
|
||||||
PRODUCT_COPY_FILES += \
|
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 \
|
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