diff --git a/device.mk b/device.mk index c1c4cce..acafaee 100644 --- a/device.mk +++ b/device.mk @@ -105,6 +105,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml +# Blur +TARGET_ENABLE_BLUR := true + # Boot control PRODUCT_PACKAGES += \ android.hardware.boot@1.1-impl-qti \