sm8450-common: Use v1 rkp interface for keymint
Change-Id: I281efe89458fefc37a25aa7c2555b9bf92bbdc14
This commit is contained in:
parent
3a27bac890
commit
5fdb2548be
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ fi
|
|||
function blob_fixup() {
|
||||
case "${1}" in
|
||||
vendor/bin/hw/android.hardware.security.keymint-service-qti|vendor/lib64/libqtikeymint.so)
|
||||
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || "${PATCHELF_0_17_2}" --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
||||
grep -q "android.hardware.security.rkp-V1-ndk.so" "${2}" || "${PATCHELF_0_17_2}" --add-needed "android.hardware.security.rkp-V1-ndk.so" "${2}"
|
||||
;;
|
||||
vendor/etc/init/init.embmssl_server.rc)
|
||||
sed -i -n '/interface/!p' "${2}"
|
||||
|
|
Loading…
Reference in a new issue