You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Add make_tools.py to generate adb.zip and fastboot.zip.
Change imports to always be relative to the package, e.g. "from adb import ..."
make_tools.py creates standalone, easy to distribute executables meant to be
used in a continuous integration system via various CPU architecture where
having interpreted code is valuable.
Make progressbar optional so both adb.zip and fastboot.zip do not have any hard
dependency except python-libusb.
0 commit comments