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/ky2h5fawhf2gx1kf2nl8iybq2v9aq7w9-adb-7.1.2_r36.drv | ||
riscv64-linux | /gnu/store/l6njar7d3lj989xlnw01rmn1l9y2fzak-adb-7.1.2_r36.drv | ||
powerpc-linux | /gnu/store/8gpl9fjgzbpsyag1pmpxh37pw3x9x01r-adb-7.1.2_r36.drv | ||
powerpc64le-linux | /gnu/store/vd2bal69f34b541mcb3zlcjw84m72l8x-adb-7.1.2_r36.drv | ||
mips64el-linux | /gnu/store/9zmkpwpcfhc9vyva6qwa6cpdk2rbcyqz-adb-7.1.2_r36.drv | ||
i686-linux | /gnu/store/b8fy1hjg9imffl1x3i6y89j1adwkz148-adb-7.1.2_r36.drv | ||
i586-gnu | /gnu/store/nz2zg01mcwvvzaz9k55p5pd5cfjdchnr-adb-7.1.2_r36.drv | ||
armhf-linux | /gnu/store/h8qyfr23ha1daa865p689g39ny1j7wvr-adb-7.1.2_r36.drv | ||
aarch64-linux | /gnu/store/75j4xmf2znh4446s4q2hxhiqbkx4smpw-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) |