sm8450-common: Use extract-utils FIX_SONAME helper
Change-Id: I84a38b3a253e0bafbd2f44c385dfee05157e01e9
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user