[roll] Roll fuchsia [build] Disable -Wextra-qualification

This works around an issue with -Wextra-qualification, where fidl
generated code is causing this warning to fire and break the build with
newer versions of clang. It is currently unclear what the underlying
issue is, but this flag can be removed once a long term fix is available
in the compiler or in the Fuchsia tree.

Note: -Wextra-qualification warns about unneeded qualifiers on members.

Original-Bug: 324114504
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/987955
Original-Revision: 389ebb6eff0b2f27b5fe9fa58c04031f25103ab2
GitOrigin-RevId: 1e64127ea5292ec4b97299b9cdaef12c2c3aa489
Change-Id: I6b647bee8a478e6dfccd371025851594255da944
1 file changed
tree: 92e02de9c78f0d268cc4a197722271649fb667ea
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.