mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 14:26:37 +00:00
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:
committed by
Michael Bestas
parent
4e4c7364c1
commit
a7fcdc0c2f
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user