[roll] Roll fuchsia [build] Re-enable deprecation warnings as errors

https://fxrev.dev/987642 made `deprecated-declarations` warnings errors
except when using experimental C++ versions. The exception logic assumed
that GN arg `experimental_cxx_version` was only defined when overridden
and was not future proof against the default C++ version changing.

https://fxrev.dev/1093351 increased the default version to 20, and
because the default version is defined by the default value of
`experimental_cxx_version`, this activated the exception in default
build configurations.

To fix this and avoid problems when increasing the default version in
the future, define the default version independent of
`experimental_cxx_version`, which now defaults to `false`, and change
the exception logic to be applied whenever `experimental_cxx_version` is
overridden.

Note that setting `experimental_cxx_version` to the default version in
`fx args` will apply the exception even though it is unnecessary.
Avoiding this would require exposing `_default_cxx_version` or another
variable, which seems undesirable.

Original-Bug: 324656569
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1150672
Original-Revision: 8f42e43c1b1df050beeaff0c617c4dd6c83184f6
GitOrigin-RevId: 486b07db6ab982067c6738b848605c0d43222f22
Change-Id: I39dee4b957883cea19ab258df657efedb6cb542b
1 file changed
tree: 98b36857c99c4529ee8c56b14d3f6a6234f5e52c
  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.