rosemary: Shim missing libshowlogo symbols

Change-Id: I72dbe1012455a410ad01ceeb0cb9db53ac8f69f5
This commit is contained in:
Joel Stein
2022-09-17 22:33:39 +01:00
committed by Matsvei Niaverau
parent 6ea74b4999
commit cb797b3eb4
4 changed files with 34 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ function blob_fixup {
vendor/bin/hw/android.hardware.keymaster@4.0-service.beanpod)
"${PATCHELF}" --add-needed "libshim_beanpod.so" "${2}"
;;
lib/libshowlogo.so)
"${PATCHELF}" --add-needed "libshim_showlogo.so" "${2}"
;;
esac
}