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/pr0vxxca9j38qwlkwqz1iz0mdh6mkq9f-adb-7.1.2_r36.drv | ||
riscv64-linux | /gnu/store/vw1x8cn5w90cgzw8mvjp4lqxa526lz4i-adb-7.1.2_r36.drv | ||
powerpc-linux | /gnu/store/k5kb23sca7b2r5wk1jskhngk4scjip3d-adb-7.1.2_r36.drv | ||
powerpc64le-linux | /gnu/store/mznm58i6l972kcdgwq8zhl651fx3n847-adb-7.1.2_r36.drv | ||
mips64el-linux | /gnu/store/2j4c2x72949yql0qgb789p9yl9nyljqi-adb-7.1.2_r36.drv | ||
i686-linux | /gnu/store/ykx72s115nd7hj7z3xfx5vc552jllj1x-adb-7.1.2_r36.drv | ||
i586-gnu | /gnu/store/klal6558551gdpv7bhagcfi7rmqjiw6a-adb-7.1.2_r36.drv | ||
armhf-linux | /gnu/store/jgr5zfd7j88lw82flwmpcf6h20qrg42i-adb-7.1.2_r36.drv | ||
aarch64-linux | /gnu/store/i5a1h2akb8pkil2wcb8f59hg603vmlr8-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 413 is way too long (97 characters) |