[roll] Roll fuchsia [ffx][discovery]: add new mechanism for fastboot discovery

The fastboot binary will read from a file at ~/.fastboot/devices
to find tcp or udp devices in fastboot mode.

This is not well documented but can be found here

https://android.googlesource.com/platform/system/core/+/refs/heads/main/fastboot/storage.cpp#42

Introduces a new lib fastboot_file_discovery which will watch that file for
changes and emit Discovered and Lost events for devices in it

Original-Bug: b/360921963
Original-Fixed: b/360921963
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1091532
Original-Revision: eec2f570af2c77465e4a722bd6a7ca140627a130
GitOrigin-RevId: a0df16b5d1d3ab210a8a16b984ac578c11a8e55f
Change-Id: I03be17a1344855ef51304c703a6018caae4c3593
1 file changed
tree: ddecf9b0171d1cf04ee0f4b27b37dd7587b77ca1
  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.