[roll] Roll fuchsia [adb] Add adb-client for hermetic E2E testing

Introduce a host-side ADB client and a supporting FIDL library
(`fuchsia.testing.adb.Client`) to enable hermetic end-to-end testing of the ADB
stack. The new `adb-client` component:
- Discovers USB ADB interfaces and connects to the appropriate endpoints.
- Implements the core ADB protocol handshake (`CNXN`).
- Provides an interface to execute shell commands and capture their output
  via `WRTE` payloads.

Original-Bug: 488048795
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1598950
Original-Revision: cd2d33d59fe2e7f062331a293f886ebaeac6bc97
GitOrigin-RevId: d5b3213033a32db3ecd56d4ac8d1e3bbc44abdec
Change-Id: Ia486fb239c138eda437b926c28be4620f8563e6f
1 file changed
tree: 050f3fe67abbc44ab7a7828f66e2703b8f8e887d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.