[roll] Roll fuchsia [fastboot] Add version variable

Adds a variable called version to our TCP implementation of fastboot;
this variable reports the version of fastboot being used, as described
by the protocol documentation in
https://android.googlesource.com/platform/system/core/+/master/fastboot/README.md.

This will be used by FFX to determine if a device is in fastboot mode
(see fxr/758703), which in turn unblocks our ability to use `ffx target
flash` with userspace fastboot on GCE.

Original-Bug: 114280, 109929
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/761483
Original-Revision: f2d77c70d4825f2685a1262f856330cfa366b318
GitOrigin-RevId: cd44013b25893da1978587cbcc76a70d6c09e0f2
Change-Id: Ie09841d81cb6614e088babf9e0c9eee5bc071a22
1 file changed
tree: 7c5c72418cc9497b54ccd767c4a7a5b3c429c031
  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.