bliss: Welcome back faceunlock

Change-Id: Id7e32be6d79a0c4e925bdc417978dd83b69c3731
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/config/bliss_packages.mk b/config/bliss_packages.mk
index d63fe6e..1514ac5 100644
--- a/config/bliss_packages.mk
+++ b/config/bliss_packages.mk
@@ -87,3 +87,14 @@
     LiveWallpapersPicker \
     VisualizationWallpapers \
     librs_jni
+
+# Face Unlock
+TARGET_FACE_UNLOCK_SUPPORTED ?= true
+ifeq ($(TARGET_FACE_UNLOCK_SUPPORTED),true)
+PRODUCT_PACKAGES += \
+    FaceUnlockService
+PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
+    ro.face_unlock_service.enabled=$(TARGET_FACE_UNLOCK_SUPPORTED)
+PRODUCT_COPY_FILES += \
+    frameworks/native/data/etc/android.hardware.biometrics.face.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.biometrics.face.xml
+endif