diff --git a/extract-files.sh b/extract-files.sh index d69050d..d46a797 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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 ;;