[roll] Roll fuchsia Revert "[ffx][flash]: flash uses event based reconnect"

This reverts commit 10423420caf91294be7e09c6134ac576376962b3.

Reason for revert: botanist start errors on several builders

Original change's description:
> [ffx][flash]: flash uses event based reconnect
>
> Now, in the flash process, when rebooting the bootloader (after flashing
> the new bootloader) instead of using a configurable sleep to wait for
> the target to reappear (and continue to flash the product), the tool
> will use the discovery library to begin looking for the target to
> reappear in fastboot mode.
>
> This assumes:
>   1. A target will never change fastboot connection mechanisms. For
>      example, it is assumed that if a target is connected via USB, after
>      the bootloader reboots it will continue to be available via USB
>   2. A target's name (for fastboot over TCP/UDP) is consistent across
>      reboots.
>   3. A target's serial number (for fastboot over USB) is consistent
>      across reboots.
>
> Release-Notes: ffx no longer uses the daemon for flashing.
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/953734

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/974885
Original-Revision: 1eb1658268176ee33d5817070299c48de8bdddd7
GitOrigin-RevId: 5b5001672b84d0c13402ef5c2e81bd19f94035ae
Change-Id: I986c26603c13aa122a570da69c52b696b9a9effa
1 file changed
tree: ac8f90b88f5a8adac52f75d74570ff8830d4ae2d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.