[roll] Roll fuchsia [overnet][usb] Switch from overnet-usb to usb-vsock

Use the usb-vsock driver, which implements `fuchsia.hardware.vsock`
instead of `fuchsia.hardware.overnet` to allow the host to interact with
physical devices over usb in the same way they would if they were in an
emulator, and allow for evolution of protocols thanks to vsock having
port numbers.

This also brings in the vsock service, which does increase the size on
eng and userdebug builds a bit.

This is a reland of fxr/1232186, which was reverted due to a conflict
produced when something else had to be reverted.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1238138
Size-Review: Aaron Wood <aaronwood@google.com>
Original-Revision: 978f4d2cfb6ddf39694724fe3e2b7dc0bdd3003d
GitOrigin-RevId: 00258caa0e23f99aac0bc03c65340581a6319677
Change-Id: Id7ffdc7bd359ab47819c7de90b3010629c8cf345
1 file changed
tree: d8e16fa9dc7be8b53a03cb90138cd2c05fe8a2a9
  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 in one of the communication channels documented at get involved.

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.