[roll] Roll fuchsia [driver_host] Manually invoke destroy

This behavior is closer to the C++ driver host implementation. An
alternative implementation to make the existing code work correctly
would be to ensure shutdown is only ever invoked from a dispatcher tied
to a driver, however it's not strictly necessary.

Original-Fixed: 407555060
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1244444
Original-Revision: d89811c337d88d728ea59ecf2b326e73e2edeb71
GitOrigin-RevId: 6e23e6849dc88b91090f4c4c9a34624d031da4aa
Change-Id: I130f4325007fc9195cd2fcee50a381d1b50de89b
1 file changed
tree: f0d75d964893a0b87b1b7c7fb1cabbf89b841605
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.