[roll] Roll fuchsia [realm_builder] runner adds handles to LocalComponentImpl Simplifies the implementation of a local component by moving the handles into the component object before calling `OnStart()`, so the implementer doesn't have to "remember" to do it themselves. OnStart() replaces Start(), and requires no arguments. OnStop() replaces Stop(). The "On" prefix is added to indicate that these are event-based callbacks, in contrast with Exit(). Exit() is now a method of the LocalComponentImpl class, so the implementer does not need to invoke Exit() through the handles object. The handles are now available by calling methods implemented directly by LocalComponentImpl: ns(), svc(), and outgoing(). Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734285 Original-Revision: b88ccdf5978d9ae0a98918f3d64ac18d6e09a2bf GitOrigin-RevId: c0d6f9c4f625337f0b41f154196f94faec5f83e8 Change-Id: Ia90714de057370e36205bd01ffed009723137db6
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.