Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/device_samsung_sm7125-common/commit/9377663a17a927ccbda10ff2aafc8fdbaf72ae4f?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

sm7125-common: Also patch libwvhidl with libcrypto-v33.so

Change-Id: I731167a3dbd2c6d0b211333cb691ee2cb4594a11
Signed-off-by: Ruchit <risenid@duck.com>
Ruchit 4 months ago committed by Jenna
parent d0d9a8337f
commit 9377663a17
  1. 2
      extract-files.sh

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

Loading…
Cancel
Save