From d4f108ea66f5fde30c81b0250c57b8a3e1c72b92 Mon Sep 17 00:00:00 2001 From: chaptsand Date: Mon, 14 Oct 2024 15:38:32 +0800 Subject: [PATCH] sm8550-common: Replace libcppbor_external.so with libcppbor.so "_external" suffix was removed from libcppbor on V Change-Id: I144f200b5222e5cf4efc03d8c010843d7e096951 --- extract-files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extract-files.sh b/extract-files.sh index 8171927..141bad0 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -74,6 +74,7 @@ function blob_fixup() { [ "$2" = "" ] && return 0 grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}" ${PATCHELF} --replace-needed libcrypto.so libcrypto-v33.so "${2}" + ${PATCHELF} --replace-needed libcppbor_external.so libcppbor.so "${2}" ;; vendor/lib64/hw/gatekeeper.mdfpp.so) [ "$2" = "" ] && return 0