aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2020-12-05 12:50:11 +0000
committerSpiritCroc <dev@spiritcroc.de>2021-01-10 11:15:21 +0100
commit9a4cdb7eb8ae66e20a6d239730e7f6d3fc2d9769 (patch)
tree122f44e29fcc05e6a3c2bf0230b49dffc1f28b44
parent4b1924e12af9b5a281f13ee061f704e12c08c0a4 (diff)
rhine-common: Kill legacy keystoreHEADr11.1
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--rhine.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/rhine.mk b/rhine.mk
index bc31866..110c2fc 100644
--- a/rhine.mk
+++ b/rhine.mk
@@ -120,10 +120,6 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/sec_config:system/vendor/etc/sec_config
-# Keystore
-PRODUCT_PACKAGES += \
- keystore.msm8974
-
# Keylayout
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/usr/keylayout/gpio-keys.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/gpio-keys.kl \