[roll] Roll fuchsia [events] Implement TakeStaticEventStream to Replace StartComponentTree This CL implements the EventSource API `TakeStaticEventStream` that allows taking the server end of a named static EventStream. This will replace StartComponentTree in subsequent CLs. `StartComponentTree` is implemented via an implicit EventStream created on manifest resolution that listens for `Resolved` events synchronously. Now, engineers can explicitly specify such a static event stream that listens for `Resolved` events synchronously. This blocks the starting of child components. Once the test is done setup, we can start the component tree by dropping that event stream via this new API. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/472038 Original-Revision: 1ad736ae584e2aee4abffd0bac2760c5315e851c GitOrigin-RevId: 802960d99760c612abf5ed106c61e866ab0aacb5 Change-Id: I44fa70fb0412dae53c5f8f05ee61751a7418282e
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.