empty-mount trustkernel keystore. It is not working for the moment
This commit is contained in:
parent
08a31770cf
commit
71789c3977
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user