From e42fa3aa50d936888f5ce60e2cb301ed24c51119 Mon Sep 17 00:00:00 2001 From: nyxalune Date: Sat, 1 Nov 2025 21:38:21 +0000 Subject: [PATCH] Spacewar: Enable SystemUI optimizations from Pissel --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 7b82327..864405a 100644 --- a/device.mk +++ b/device.mk @@ -24,6 +24,10 @@ $(call inherit-product, hardware/qcom-caf/common/common.mk) # Get non-open-source specific aspects $(call inherit-product, vendor/nothing/Spacewar/Spacewar-vendor.mk) +# Preopt SystemUI +PRODUCT_DEXPREOPT_SPEED_APPS += SystemUIGoogle +PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI + # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \