[roll] Roll fuchsia [fastboot] Extract generic fastboot protocol logic

As I actually start looking into fastboot for gigaboot C++, I found that
there is still some code and tests that are worthwhile to reuse from our
userspace fastboot. This CL refactors some common logic, including
transport interface, fastboot response logic and fastboot download logic
to a base class that can be used in wider range of environment.

Original-Bug: b/239088231

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/700884
Original-Revision: 7e2c8cc420f1dea3bd2e1b96c513d73aaf716b99
GitOrigin-RevId: 3f350dfa3558dfddb54a2f639769e2eb3c4db344
Change-Id: I398a09581d7f7ad8e5d5825f4bd0c4a17c8a5ae1
1 file changed
tree: 4f3ac13fe8befadbd69c13ea5ac57abc116e9b43
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.