tree: 5486e7db877e917bfd16eebe0eaf7bc4ffc5e3f5 [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.