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 += \