[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.