[roll] Roll fuchsia [driver2] Add prepare_stop hook

DriverRecordV1 was renamed to DriverRecord and reorganized to make it
clear which members belong which version in the same style
async_dispatcher_t is defined in libasync.

New macros were added for supplying the prepare_stop hook and a default
implementation was added to driver::Base.

Test: fx test dfv2_v1_lifecycle
Original-Bug: 97457
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/724404
Original-Revision: 6db867558369a60d0e9173c6ce51724bb2214c16
GitOrigin-RevId: d8325f060b74915ad99a191ad5ba33ff98ad635d
Change-Id: I41cac95b7505279a5483c2a15ad317e885eb9d04
1 file changed
tree: 3d011aba04fc583fbf1f9d846c7a0d07edfe315b
  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.