[roll] Roll fuchsia [gn][sdk] Update test project to use C++17

The Fuchsia SDK has dropped support for C++14 [1] and customers have
already been updated to build with C++17. This updates the test project
to C++17 too, to allow code in the SDK to start using C++17 features.

[1]:
https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0193_supported_c++_versions?hl=en

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/754409
Original-Revision: ac342b08e9d1275c313d6ff70170138deef6e6e1
GitOrigin-RevId: 15439b968489e0e4b80951738f0a0005ca89d77a
Change-Id: I4c9e7ee27c678f6d4885d023eedd8bdb43955003
1 file changed
tree: 34673f1345c414f4c9de52028622b53db70b00f1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.