sm7125-common: Also patch gatekeeper HAL to load libcrypto-v33.so

Then again, due to asn1t.h structs changes.

Change-Id: Id3552124ddc07bf80446fd2b37b40f39c6be7a76
fourteen-wip
Bruno Martins 11 months ago committed by Simon1511
parent 5a7d061dca
commit d799e2809f
  1. 2
      extract-files.sh
  2. 2
      proprietary-files.txt

@ -70,7 +70,7 @@ function blob_fixup() {
# Replace libutils with vndk30 libutils
"${PATCHELF}" --replace-needed libutils.so libutils-v30.so "${2}"
;;
vendor/lib64/libskeymaster4device.so)
vendor/lib64/hw/gatekeeper.mdfpp.so|vendor/lib64/libskeymaster4device.so)
"${PATCHELF}" --replace-needed "libcrypto.so" "libcrypto-v33.so" "${2}"
;;
esac

@ -533,7 +533,7 @@ system_ext/lib/vendor.qti.hardware.fm@1.0.so
system_ext/lib64/vendor.qti.hardware.fm@1.0.so
# Gatekeeper
vendor/lib64/hw/gatekeeper.mdfpp.so
vendor/lib64/hw/gatekeeper.mdfpp.so|b4141d6c0e115f82c3d5fb9d5b0ad7a1b888b2cd
# GPS
-vendor/app/CACertService/CACertService.apk

Loading…
Cancel
Save