[roll] Roll fuchsia Reland "[adb] Add USB ADB function driver"

This is a reland of commit 5edfdf1c0ff0370bbcae17ec7afe42d8bfbd1304
Fixed flakes in usb adb test. It was due to mock ddk expectation
ordering during multithreaded calls. Changed to use dispatcher on
current test thread.

Original change's description:
> [adb] Add USB ADB function driver
>
> To enable adb use this build config -
> fx set core.vim3 --args='dev_kernel_cmdline=["driver.adb.enable=true"]' --args='dev_bootfs_labels=["//src/developer/adb"]'
>
> Test: fx test usb-adb-unittest.cm
> Original-Bug: 106070
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/723146

Multiply: usb-adb-unittest
Original-Bug: 106070
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/735066
Original-Revision: 20f22c40c4f9c8bc9a4a9c022cea1098fdc9cca8
GitOrigin-RevId: ea460b09b31ed0ca0af5d815a36dbea6c61b2a3e
Change-Id: I8da718bc50dfce68030a6ac8dfe7749dd018e7c1
1 file changed
tree: c81a2ca52df27e5c0c5288de33606e5574e4bd3f
  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.