[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.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1232186
Size-Review: Aaron Wood <aaronwood@google.com>
Size-Review: John Wittrock <wittrock@google.com>
Original-Revision: 38ba11d7b574780aa63aed7825188ffbf27c99de
GitOrigin-RevId: a2cabd2a4215323b24a7f30e6ee8789348e381fb
Change-Id: I32bd79aec0754b7f1d1c2d9ec90200d25ed599bc
1 file changed
tree: 0631fa1059b6cd4d87086a7e5a89ed465caf7497
  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.