redfin: Shim rebootescrow/keymaster with libcrypto_shim

The following change
e202e51cb0
removed symbols that our libs require.

Change-Id: I1325c34ecec3d339dd68c665010ecb36fa2e6a29
This commit is contained in:
Michael Bestas
2024-09-11 00:04:13 +03:00
committed by Michael Bestas
parent 4e4c7364c1
commit a7fcdc0c2f

View File

@@ -74,6 +74,11 @@ function blob_fixup() {
[ "$2" = "" ] && return 0
sed -i 's/qulacomm/qualcomm/' "${2}"
;;
vendor/bin/hw/android.hardware.rebootescrow-service.citadel | \
vendor/lib64/android.hardware.keymaster@4.1-impl.nos.so)
[ "$2" = "" ] && return 0
"${PATCHELF}" --add-needed "libcrypto_shim.so" "${2}"
;;
*)
return 1
;;