From: Mathieu Chartier Date: Tue, 2 Nov 2021 16:04:43 +0000 (+0530) Subject: exynos9610: Speed profile services and wifi-service to reduce RAM and storage X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c3f2b2ef14cf1464c7ed6a5063e809efd0419b61;p=GitHub%2FLineageOS%2Fandroid_device_motorola_exynos9610-common.git exynos9610: Speed profile services and wifi-service to reduce RAM and storage Change-Id: I1d907b24cb2760ddd9cc65ac4335730c8e61a0a3 --- diff --git a/common.mk b/common.mk index 16e56a7..23497b7 100644 --- a/common.mk +++ b/common.mk @@ -358,6 +358,9 @@ PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ hardware/samsung +# Speed profile services and wifi-service to reduce RAM and storage +PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile + # Thermal PRODUCT_PACKAGES += \ android.hardware.thermal@1.0-impl \