Android Debug Bridge
adb is a versatile command line tool that lets you communicate with an emulator instance or connected Android device. It facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that can run commands on the connected device or emulator.
| System | Target | Derivation | Build status |
|---|---|---|---|
| x86_64-linux | /gnu/store/rxc47asxj90s8ff54gv5ifcbambg5ar6-adb-7.1.2_r36.drv | ||
| riscv64-linux | /gnu/store/ylm241dbl6g4v948v3qca1p7ypxd0brb-adb-7.1.2_r36.drv | ||
| powerpc-linux | /gnu/store/5k8mghydqzdb5c1kgxzlpi4alvq6xvij-adb-7.1.2_r36.drv | ||
| powerpc64le-linux | /gnu/store/yphql5hnp2681sp02m5x28jakr3p20nm-adb-7.1.2_r36.drv | ||
| mips64el-linux | /gnu/store/vbskz4h3wgz9l66i9r1dniqj6dv6lklq-adb-7.1.2_r36.drv | ||
| i686-linux | /gnu/store/qajhfq5adfy7i9ilh26pn2q66a12rspc-adb-7.1.2_r36.drv | ||
| i586-gnu | /gnu/store/rsmhzjz2m1wx8a8ph5nvhi31rnviqibp-adb-7.1.2_r36.drv | ||
| armhf-linux | /gnu/store/83z1zvyq4krkqah7slklxbjfply4nsrv-adb-7.1.2_r36.drv | ||
| aarch64-linux | /gnu/store/6qkd14a1bbvszrraf9c11smgvcpmw158-adb-7.1.2_r36.drv |
| Linter | Message | Location |
|---|---|---|
| patch-file-names Validate file names and availability of patches | file names of patches should start with the package name | |
| patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status | |
| patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status | |
| patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status | |
| patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status | |
| formatting Look for formatting issues in the source | line 416 is way too long (97 characters) |