From eb8c5d864aae2569e615870482e48b77779cadcf Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Sun, 18 Aug 2024 17:05:38 -0500 Subject: [PATCH] sm8450-common: Use v1 rkp interface for keymint Change-Id: I281efe89458fefc37a25aa7c2555b9bf92bbdc14 --- extract-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-files.sh b/extract-files.sh index efdf762..676f925 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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}"