[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
1 file changed
tree: 830111309e608070c1021832bb980d6c6c098b1b
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.