sm8450-common: Use libhidlbase_shim for vendor.libdpmframework
Change-Id: Iefe50b82b5b13bbdee10819a0c60c14240fab7ce
This commit is contained in:
parent
1f1b4c593a
commit
92ee68cb55
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ function blob_fixup() {
|
||||||
[ "$2" = "" ] && return 0
|
[ "$2" = "" ] && return 0
|
||||||
"${PATCHELF_0_17_2}" --set-soname "libgrpc++_unsecure_prebuilt.so" "${2}"
|
"${PATCHELF_0_17_2}" --set-soname "libgrpc++_unsecure_prebuilt.so" "${2}"
|
||||||
;;
|
;;
|
||||||
|
vendor/lib64/vendor.libdpmframework.so)
|
||||||
|
[ "$2" = "" ] && return 0
|
||||||
|
"${PATCHELF_0_17_2}" --add-needed "libhidlbase_shim.so" "${2}"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
return 1
|
return 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue