sm8550-common: Replace libcppbor_external.so with libcppbor.so

"_external" suffix was removed from libcppbor on V

Change-Id: I144f200b5222e5cf4efc03d8c010843d7e096951
This commit is contained in:
chaptsand
2024-10-14 15:38:32 +08:00
parent 55f9c104a1
commit d4f108ea66

View File

@@ -74,6 +74,7 @@ function blob_fixup() {
[ "$2" = "" ] && return 0 [ "$2" = "" ] && return 0
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}" 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 libcrypto.so libcrypto-v33.so "${2}"
${PATCHELF} --replace-needed libcppbor_external.so libcppbor.so "${2}"
;; ;;
vendor/lib64/hw/gatekeeper.mdfpp.so) vendor/lib64/hw/gatekeeper.mdfpp.so)
[ "$2" = "" ] && return 0 [ "$2" = "" ] && return 0