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/bkd0hs02c8gbgr3drk6507j86ah5ksh3-adb-7.1.2_r36.drv | ||
| riscv64-linux | /gnu/store/0h0n7hg94zh0gh9j5xdinc25czax8iib-adb-7.1.2_r36.drv | ||
| powerpc-linux | /gnu/store/gpb7pgk8zaxrxsvqc6h75if0ij20622x-adb-7.1.2_r36.drv | ||
| powerpc64le-linux | /gnu/store/6qw86mhjin7rr2dc1d96l39i4w28wfm9-adb-7.1.2_r36.drv | ||
| mips64el-linux | /gnu/store/vl5vc42x713fqp8fx3c0ihq442hfjwam-adb-7.1.2_r36.drv | ||
| i686-linux | /gnu/store/b2h8qk00sfdk4avj3sfjrkv5bw5lbzy7-adb-7.1.2_r36.drv | ||
| i586-gnu | /gnu/store/brh0dbnm6hg8mnwzkwbd6rvkglrbm1wy-adb-7.1.2_r36.drv | ||
| armhf-linux | /gnu/store/5a45g4mgg6j1384mzs0zsdkk1x9176b1-adb-7.1.2_r36.drv | ||
| aarch64-linux | /gnu/store/l6svd5b9zc1whny3h7qsks9s12dv2i2q-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) |