diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-12-05 12:50:11 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2021-04-05 13:53:21 +0200 |
commit | d5e351638f258bbe2ac5b04d6ab1b985526e6688 (patch) | |
tree | b31f22f33d4da0e4700a79f6d61d9384fcc2205a | |
parent | 82832732645fec47ec4e1b3319f7866e28e42314 (diff) |
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
-rw-r--r-- | shinano.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |