commit | b4e4df9100355fabf190ce3196054e55e2117269 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sun Jul 11 19:14:29 2021 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Wed Jul 21 18:39:37 2021 +0200 |
tree | a1bea862cb076b278f4c81f51daf38be0887e74b | |
parent | e157c4e07b27ce37d204eccf439d0322605402fe [diff] |
d2x: rename stock libril to libril-samsung * To prevent conflicts with AOSP libril Change-Id: Ic6e052c88c44f23b2f2d6a5c7d8c6e6e156e316f
diff --git a/extract-files.sh b/extract-files.sh index 5491ef3..4db1e29 100755 --- a/extract-files.sh +++ b/extract-files.sh
@@ -11,6 +11,9 @@ 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 }