unplugged-system/external/rust/beto-rust/nearby/scripts/openssl-patches
2025-10-06 13:59:42 +00:00
..
0001-Apply-Android-changes.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0002-Make-openssl-buildable.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0003-Add-HmacCtx-wrapper-for-BoringSSL.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

This directory contains patch files for rust-openssl for it to build successfully with --features=unstable_boringssl.

After running prepare-boringssl.sh, the rust-openssl git repo is cloned to beto-rust/boringssl-build/rust-openssl/openssl, and the patches in this directory will be applied.

If you make further changes, or update the "base commit" in prepare-boringssl.sh, you can regenerate the patch files by checking out to the desired state of the tree, with all changes committed, and run git format-patch BASE_COMMIT. (Note: BASE_COMMIT is set by prepare-boringssl.sh)