sm8450-common: Use extract-utils FIX_SONAME helper

Change-Id: I84a38b3a253e0bafbd2f44c385dfee05157e01e9
This commit is contained in:
Arian
2024-10-06 12:50:26 +02:00
parent 35d9a69aa0
commit bd9ac6e510
2 changed files with 1 additions and 5 deletions

View File

@@ -97,10 +97,6 @@ function blob_fixup() {
[ "$2" = "" ] && return 0
sed -i '/dolby/d' "${2}"
;;
vendor/lib64/libgrpc++_unsecure_prebuilt.so)
[ "$2" = "" ] && return 0
"${PATCHELF_0_17_2}" --set-soname "libgrpc++_unsecure_prebuilt.so" "${2}"
;;
*)
return 1
;;