d2x: rename stock libril to libril-samsung

* To prevent conflicts with AOSP libril

Change-Id: Ic6e052c88c44f23b2f2d6a5c7d8c6e6e156e316f
This commit is contained in:
Tim Zimmermann
2021-07-11 19:14:29 +02:00
parent e157c4e07b
commit b4e4df9100

View File

@@ -11,6 +11,9 @@ function blob_fixup() {
vendor/lib*/libiu456_datapath_processor.so)
"${PATCHELF}" --replace-needed libc++.so libc++-v28.so "${2}"
;;
vendor/lib*/libsec-ril.so)
"${PATCHELF}" --replace-needed libril.so libril-samsung.so "${2}"
;;
esac
}