vendor: props: Add blur support

* We added blur prop setup to init

Change-Id: I49f675bcc73393a5a21c8edc82f4548be6c55a0b
This commit is contained in:
someone5678
2025-06-23 20:16:37 +00:00
committed by ShukakuZa
parent bc04e75f14
commit bbd4d97650

View File

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