tree: 99519d7110855ee7b306ce901599ca060ca5ebf7
  1. bin/
  2. drivers/
  3. testing/
  4. tests/
  5. third_party/
  6. BUILD.gn
  7. METADATA.textproto
  8. OWNERS
  9. 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.