[roll] Roll fuchsia [dart] Migrate non-test to CFv2 by adding runners to core

This CL migrates the //examples/fidl/dart/request_pipelining components
from CFv1 to CFv2, closely aligning to the build and execute pattern
established by the parallel examples in //examples/fidl/* for C++, Rust,
etc.

The environment for running the example must include a Dart runner, so
the CL adds a new core_shard to route the Dart runner (if available in
the product's base image) to a new environment, based on the
"full-resolver-env" (copied and extended, since environments currently
can't be inherited without injecting a new intermediate component).

The ffx laboratory realm now uses this new environment, so Dart will be
available to ffx laboratory-launched components.

Original-Bug: 103398

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/703041
Original-Revision: b63767476b99a3f66097f4b56894280f9d270edc
GitOrigin-RevId: 34ba115af8206ea20499852db1c2d892d6d22e27
Change-Id: I2985b8fb148527a662abfe89a9562e04a879e9f9
1 file changed
tree: 7ae5ccd92f7d5f018c83ba712b16a48d86c37a45
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.