diff options
-rwxr-xr-x | extract-files.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh index a194965..7a4d50d 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -144,6 +144,8 @@ function blob_fixup() { "${PATCHELF}" --set-soname "vulkan.msm8996.so" "${2}" ;; esac + + grep -q "libhidlbase-v32.so" "${1}" || "${PATCHELF}" --replace-needed "libhidlbase.so" "libhidlbase-v32.so" "${1}" } if [ -z "${ONLY_TARGET}" ]; then |