From ec479167b9acf155370c57559e0045b8bd9f8b98 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Wed, 1 Jun 2022 00:41:45 +0100 Subject: [PATCH] sm7125: Compile system services using speed-profile --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index d7eeb60..f701faa 100644 --- a/common.mk +++ b/common.mk @@ -452,6 +452,9 @@ PRODUCT_SOONG_NAMESPACES += \ hardware/google/pixel \ $(COMMON_PATH)/aidl/power-libperfmgr +# Speed profile services and wifi-service to reduce RAM and storage +PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile + PRODUCT_DEXPREOPT_SPEED_APPS += \ Settings \ SystemUI