[roll] Roll fuchsia [realmbuilder-cpp] Adds RealmRoot::Teardown

RealmRoot::Teardown() provides a way to destroy the root component
without simultaneously destructing the local components. This gives
component manager an opportunity to more gracefully stop all
components, and invoke a provided callback when the teardown is
complete.

Original-Bug: fxbug.dev/105931
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/742967
Original-Revision: fa587e49c342e778bf130b08b9c70ec640e16bbc
GitOrigin-RevId: 389e4c1ccae2439e71707c956d65003fa69cd351
Change-Id: I7f6073c16245acec8216ead1974673732caf10a8
1 file changed
tree: 632bdaf616e09e406b998b684e11c8839e74ec45
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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.