[roll] Roll fuchsia [component_manager] Purge invokes Destroy

This change causes the Purge action to automatically invoke Destroy.
Component instance destruction paths are changed to schedule the Purge
action and synchronously wait on it.

This is the minimal change to get the behavior proposed in
fxbug.dev/100652. It is preparation toward merging replacing Purge
entirely with Destroy, which will happen in a followup.

Original-Bug: 100652, 89503

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677672
Original-Revision: b5ad79b911e1f949c86d1bfe3345a2022a1c62f4
GitOrigin-RevId: 676b08981bb385acf147597195c7724812cdf27f
Change-Id: I7b1f7aff77625af6993a5da0916809361d1c7f2d
1 file changed
tree: 53e227b3dd92adc5f2a1d4b25e6974b487451de2
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.