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.