From bfb257ca9ab0c54f627a56f4b48ac4cf03a485b4 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 22 Jun 2025 03:25:55 +0300 Subject: [PATCH] gs101: Remove SystemUI dexpreopt speed compile flags They are already defined in vendor Change-Id: I27097e32091d0066fc3da1a1b786e5a6ae11bc86 --- device.mk | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/device.mk b/device.mk index 863e87dc..ff77de29 100644 --- a/device.mk +++ b/device.mk @@ -1010,21 +1010,6 @@ include hardware/google/pixel/wifi_ext/device.mk # It must be split into the FCM of each partition. 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 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 \