sm8450-common: Use libhidlbase_shim for vendor.libdpmframework

Change-Id: Iefe50b82b5b13bbdee10819a0c60c14240fab7ce
This commit is contained in:
Arian 2024-09-06 14:01:17 +02:00 committed by Bartłomiej Rudecki
parent 1f1b4c593a
commit 92ee68cb55

View file

@ -105,6 +105,10 @@ function blob_fixup() {
[ "$2" = "" ] && return 0
"${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
;;