From 492a837e663478b2e3f0ebcda2346a92d0ccaa33 Mon Sep 17 00:00:00 2001 From: Genkzsz11 Date: Sun, 19 Apr 2020 11:25:06 +0700 Subject: [PATCH] Revert "[2/4] Port face unlock feature" This reverts commit 17c8c509a9489e781a0d921386b5158e9abe7063. --- config/common.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/common.mk b/config/common.mk index 730c0cc..f7c7f5c 100644 --- a/config/common.mk +++ b/config/common.mk @@ -66,15 +66,6 @@ PRODUCT_PACKAGES += \ mkfs.ntfs \ mount.ntfs -# Face Unlock -TARGET_FACE_UNLOCK_SUPPORTED := false -ifneq ($(TARGET_DISABLE_ALTERNATIVE_FACE_UNLOCK), true) -PRODUCT_PACKAGES += \ - FaceUnlockService -TARGET_FACE_UNLOCK_SUPPORTED := true -endif -PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ - ro.face.moto_unlock_service=$(TARGET_FACE_UNLOCK_SUPPORTED) # Art include vendor/du/config/art.mk