[roll] Roll fuchsia [Honeydew]Introducing register_for_on_device_close() in FuchsiaDevice class

This will be useful if any affordance or transport need to perform some
cleanup code during FuchsiaDevice cleanup (close() method).

Idea is similar to register_for_on_device_boot() in FuchsiaDevice class
which gets called during on_device_boot() method.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1121452
Original-Revision: 50dd19ae348d2b51c8d34fe30687db9e1de5e2dd
GitOrigin-RevId: b56ff7e56282f1e10fbc9d27261da0ba53ee45a2
Change-Id: I8088e4f6bbda2fb986afb93ecc7884fd71784172
1 file changed
tree: 7b44e99a3949ecfcf6ecd0844cdc3ba7f5f21f82
  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 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.