d2x: Use libshim_sfpex instead of VNDK28 libc++

Change-Id: I5947e608ecc54f1e4e2636be8564a2ffe876d207
This commit is contained in:
Tim Zimmermann
2022-09-15 21:04:49 +02:00
parent 5ec9543d84
commit 5d519dc601
3 changed files with 6 additions and 6 deletions

View File

@@ -17,8 +17,8 @@ function blob_fixup() {
xxd -p "${2}" | sed "s/8b022036/1f2003d5/g" | xxd -r -p > "${2}".patched
mv "${2}".patched "${2}"
;;
vendor/lib*/libiu456_datapath_processor.so)
"${PATCHELF}" --replace-needed libc++.so libc++-v28.so "${2}"
vendor/lib64/libiu456_datapath_processor.so)
"${PATCHELF}" --add-needed libshim_sfpex.so "${2}"
;;
esac
}