[roll] Roll fuchsia [realm_builder] Add Create() with ServiceDirectory This CL adds a new factory method to the Realm::Builder class, called `Create`. This new method uses `std::shared_ptr<ServiceDirectory>` as its parameter, instead of `sys::ComponentContext`. This is preferable over the current one because it avoids unnecessary acquistion of the component's outgoing directory, and its usage is naturally thread-safe, since it uses a cloneable channel to "/svc" global namespace entry. Original-Fixed: 86191 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/591701 Original-Revision: 038fbf4a373dc8c8694d603fbaa188eda6486bca GitOrigin-RevId: 77726bbdc63dd3177e80b01f40155a42a72d6c2a Change-Id: I9fb082ea16f11bcbd6ddf3e8e08010f1467fc57a
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.