[roll] Roll fuchsia [build] Stop building Object C++ targets with C++ 14

* Crashpad's roller is blocked because Fuchsia's build system was
  configured to build Objective C++ targets with C++ 14.

* Fuchsia's build is set up to use C++ 17 everywhere, however the use
  of C++ 14 for Objective C++ was missed and can be removed.

Original-Bug: 114328

TESTED=CQ bots all green

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/758084
Original-Revision: 3324ffc1c2d6d67f8d832e26222a11f8d3b80f03
GitOrigin-RevId: 1340ed10a2931c2dbbaf0b38d54e8e99d782733f
Change-Id: Ia96334eb16433caf6749f1fcd0f5762726ff9668
1 file changed
tree: 79d03e399e7946873692cf689d745efa075d22c6
  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.