From d5e351638f258bbe2ac5b04d6ab1b985526e6688 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 5 Dec 2020 12:50:11 +0000 Subject: shinano-common: Kill legacy keystore Legacy credential hash support was obsolete and got removed completely. From now on all the devices need to rely on gatekeeper, which in case of legacy devices should be the software implementation. This fixes setting a lockscreen PIN/password/pattern. Ref: https://android.googlesource.com/platform/frameworks/base/+/a758727c963948ae07e97c977a63b882216e8971 Change-Id: I020d1807db13b73f9990ac3704eadba49b65ee5c --- shinano.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shinano.mk b/shinano.mk index ab26b87..204be18 100644 --- a/shinano.mk +++ b/shinano.mk @@ -71,10 +71,6 @@ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/keylayout/mhl-rcp.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/mhl-rcp.kl \ $(COMMON_PATH)/configs/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl -# Keystore -PRODUCT_PACKAGES += \ - keystore.msm8974 - # Lineage Hardware PRODUCT_PACKAGES += \ vendor.lineage.touch@1.0-service.shinano -- cgit v1.2.3