[roll] Roll fuchsia [build] Suppress GCC array-bounds warning in boringssl code

GCC 11 doesn't like that the boringssl code declares a function to
take an array of size N and then passes an array of a statically
smaller size when only runtime logic ensures it won't actually write
the full N elements.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/523383
Original-Revision: 365e4ea4f11d4366ec67ecdf356aed2c1a135f7a
GitOrigin-RevId: f795236336100718b6b83a34d3b158e54b72017a
Change-Id: I3a7d63e6d4a00798b12d138bc8e05121a31c2055
1 file changed
tree: 232e476a7cb89ac0b00c84489e78946152886a64
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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 via the IRC channel #fuchsia on Freenode.

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.