From bbd4d97650b02f1a083341edda267a1cae6ea955 Mon Sep 17 00:00:00 2001 From: someone5678 Date: Mon, 23 Jun 2025 20:16:37 +0000 Subject: [PATCH] vendor: props: Add blur support * We added blur prop setup to init Change-Id: I49f675bcc73393a5a21c8edc82f4548be6c55a0b --- config/mist.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/mist.mk b/config/mist.mk index d88c4585..a6a6ebf7 100644 --- a/config/mist.mk +++ b/config/mist.mk @@ -17,6 +17,16 @@ PRODUCT_PACKAGES += \ LMOFreeform \ LMOFreeformSidebar +# Enable blur +TARGET_ENABLE_BLUR ?= true +ifeq ($(TARGET_ENABLE_BLUR),true) +PRODUCT_SYSTEM_PROPERTIES += \ + ro.custom.blur.enable=true +else +PRODUCT_SYSTEM_PROPERTIES += \ + ro.custom.blur.enable=false +endif + # DeviceAsWebcam ifeq ($(TARGET_BUILD_DEVICE_AS_WEBCAM), true) PRODUCT_PACKAGES += \