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/2fjqqw8zr3ylvgmiv9issj3wvza5qpz7-adb-7.1.2_r36.drv | ||
riscv64-linux | /gnu/store/vyqknc1ryv5wxa4cfigsiha6wg173219-adb-7.1.2_r36.drv | ||
powerpc-linux | /gnu/store/c1s5dq4yv4p9xm9jg4dl3b4595arx180-adb-7.1.2_r36.drv | ||
powerpc64le-linux | /gnu/store/4ya7lrhy4yhdzslh1mrd8rjhlrlgllb7-adb-7.1.2_r36.drv | ||
mips64el-linux | /gnu/store/y3ls3h7qwz64rzzck0nhc2583p42dv88-adb-7.1.2_r36.drv | ||
i686-linux | /gnu/store/ww4bbc3j0d61jggd9c16cpfkp63qjckm-adb-7.1.2_r36.drv | ||
i586-gnu | /gnu/store/fqhsafpcf5185wmzgbpca234fpf7zafh-adb-7.1.2_r36.drv | ||
armhf-linux | /gnu/store/hvz3q2dxnashqrylbz6l2s1cbjqbwvbs-adb-7.1.2_r36.drv | ||
aarch64-linux | /gnu/store/3zh6fd74s0pimj07hpd3b17a4my6ysrf-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 418 is way too long (97 characters) |