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