sdm845-common: enable blur

This commit is contained in:
Lup Gabriel 2022-10-23 10:09:35 +03:00
parent 8a3d50a29a
commit f82dd6206b
No known key found for this signature in database
GPG Key ID: 2588FE63477F17F4

View File

@ -395,5 +395,8 @@ PRODUCT_PACKAGES += \
PRODUCT_BOOT_JARS += \
WfdCommon
# Blur
TARGET_ENABLE_BLUR := true
# Inherit the proprietary files
$(call inherit-product, vendor/xiaomi/sdm845-common/sdm845-common-vendor.mk)