[roll] Roll fuchsia Revert "[wlan] Use new boringssl Rust bindings"

This reverts commit 5297e823353a577881da90d62e2fb976aba6142b.

Reason for revert: b/395499454

Original change's description:
> [wlan] Use new boringssl Rust bindings
>
> There are new, canonical Rust bindings now shipped in boringssl.git.
> They are still backed by a bindgen-generated file produced in-tree,
> which now uses the vendored prebuilt `bindgen`, accounting for the
> i32-vs-u32 difference seen.
>
> For parity with the old bindings, we replace the dependency with a
> flavour that only depends on libcrypto.
>
> Change-Id: Ib3989390a58f25ae2c0db3fa312d9cd8e719294c
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1200410
> Fuchsia-Auto-Submit: Joshua Seaton <joshuaseaton@google.com>
> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
> Reviewed-by: Charles Celerier <chcl@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1202804
Original-Revision: f746db9945b2bd56466580ac773dddc1429b25a1
GitOrigin-RevId: c944e38ca9dbab57fb4a0859407baf6529855e3d
Change-Id: I3ff94dac9d57fb1beaad586615d1fa209b8362c8
1 file changed
tree: 5c5d2296bc53531c87f20408b9e5427998ce939d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.