tree: a5d5ba0fd430aa856ec2623e16851b8c224a4ddb
  1. drivers/
  2. third_party/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/developer/adb/README.md

adb on Fuchsia

Android Debug Bridge (adb) is a command-line tool that can be used for discovering and communicating with devices. adb consists of a daemon running on the device, client and server running on the host. This folder contains code to add device side support - daemon and necessary USB drivers.