[roll] Roll fuchsia [stdcompat]: Port fit::variant.

Updated header and tests.
Updated tests using variant::get to use cpp17::get(variant) since that
is not compatible with std::variant. Though this CL is not changing any
implementation detail, except moving some definitions from internal to
utility_internal.

Updated cml files for test components to allow launching processes for
death tests.

Original-Bug: 57349
Test: stdcompat-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/466581
Original-Revision: 03076e1ab565cecdb4366c36521c88dee4cdca28
GitOrigin-RevId: da23dbf6a37e5fdc80517b780c3b032409fd05ee
Change-Id: Ia30bce00980ddb396f9997ad70d50e14128dab2d
1 file changed
tree: d9533bb05df6422cfc7b2620a0886dcac1d83682
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.