[roll] Roll fuchsia [build] Suppress warnings for C++20 synchronization primitives

libc++ now marks the C++20 synchnization primitives as deprecated in
older C++ standards which affects Fuchsia since we use these primitives
across the codebase. We temporarily suppress these warnings until C++20
becomes the default.

Original-Bug: 42064981
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1030637
Original-Revision: cb536fd1c55cfc5f64ba043fa2da5e1fa3b018ad
GitOrigin-RevId: 7cc378eff7e62786e2af71a9b5c001e4fc6c4e82
Change-Id: I52b9d9004a8f8cb46898ed2da1fb6b368d044791
1 file changed
tree: 5a185211ece9baabefbcdae4df0668a24dfa2553
  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 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.