diff --git a/common.mk b/common.mk index b364b4b..3151e06 100644 --- a/common.mk +++ b/common.mk @@ -89,6 +89,9 @@ PRODUCT_PACKAGES += \ android.hardware.boot@1.2-impl-qti.recovery \ android.hardware.boot@1.2-service +# Blur +TARGET_ENABLE_BLUR := true + # Camera PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.concurrent.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.concurrent.xml \