tree: c09b609ddda5833bf034b5c18e1ee13e24415363 [path history] [tgz]
  1. bin/
  2. drivers/
  3. tests/
  4. third_party/
  5. BUILD.gn
  6. METADATA.textproto
  7. OWNERS
  8. README.md
src/developer/adb/README.md

Android Debug Bridge (adb) is a command-line tool that can be used for discovering and communicating with devices from a development host machine. adb consists of a daemon running on the device as well as a client and server running on the host. For more details about the design of adb see OVERVIEW.TXT.