empty-mount trustkernel keystore. It is not working for the moment

This commit is contained in:
Pierre-Hugues Husson 2018-05-14 13:39:17 +02:00
parent 08a31770cf
commit 71789c3977
1 changed files with 4 additions and 1 deletions

View File

@ -49,4 +49,7 @@ if grep vendor.huawei.hardware.biometrics.fingerprint /vendor/manifest.xml;then
mount -o bind system/phh/huawei/fingerprint.kl /vendor/usr/keylayout/fingerprint.kl
fi
#Disable trustkernel keystore, because it doesn't work for the moment
#Found on MTK devices
mount -o bind /system/phh/empty /vendor/lib/hw/keystore.trustkernel.so || true
mount -o bind /system/phh/empty /vendor/lib64/hw/keystore.trustkernel.so || true