[roll] Roll fuchsia [bedrock] build_component_sandboxes doesn't need child references

The `build_component_sandboxes` function doesn't need an
`Arc<ComponentInstance>` for each child, as all it does with each child
reference is produce a router that will resolve the child and then
return its component output dictionary. This commit refactors things
such that `build_component_sandboxes` now receives this router, intead
of a component reference, for each child.

As of this change, the `build_component_sandboxes` function no longer
has any dependency on the `ComponentInstance` type.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1054358
Original-Revision: 83d69002816a8d08390f02a155dfa1fdeb2baf30
GitOrigin-RevId: f42f1427ad6624389bd8c942d93ff25ba52ce0f0
Change-Id: I7f84088b5c6061155f2c7241c71e645d415fb94a
1 file changed
tree: 380e1fd6ee0a8e0b632d039d0de8e2baf711355d
  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 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.