beyondx: Replace libutils-v32 with a shim
Change-Id: Ia4d8aca9de61cf17f9c34cf001f6eef723025e75
diff --git a/extract-files.sh b/extract-files.sh
index 057eead..a5ea97c 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -22,6 +22,7 @@
;;
vendor/lib*/sensors.*.so)
"${PATCHELF}" --replace-needed libutils.so libutils-v32.so "${2}"
+ sed -i 's/_ZN7android6Thread3runEPKcim/_ZN7utils326Thread3runEPKcim/g' "${2}"
;;
vendor/lib64/libiu456_datapath_processor.so)
"${PATCHELF}" --add-needed libshim_sfpex.so "${2}"