Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: appengine/third_party/python-adb/README.swarming

Issue 1306633002: Overhaul Android support and make Swarming bot use python-adb (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Packaged libusb1 as a relative package to fix import paths Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Python ADB + Fastboot implementation 1 Name: Python ADB + Fastboot implementation
2 Short Name: python-adb 2 Short Name: python-adb
3 URL: https://github.com/google/python-adb 3 URL: https://github.com/google/python-adb
4 Revision: 05339fb17f973b7748bb57ee4da13bd22f9b2ff7 4 Revision: 05339fb17f973b7748bb57ee4da13bd22f9b2ff7
5 License: Apache License, Version 2.0 5 License: Apache License, Version 2.0
6 6
7 Description: 7 Description:
8 This repository contains a pure-python implementation of the ADB and Fastboot 8 This repository contains a pure-python implementation of the ADB and Fastboot
9 protocols, using libusb1 for USB communications. 9 protocols, using libusb1 for USB communications.
10 10
11 11
12 Local Modifications: 12 Local Modifications:
13 - rm *.py adb/*_debug.py adb/common_cli.py 13 - rm *.py adb/*_debug.py adb/common_cli.py
14 - Applied patch PATCH.swarming to remove dependency on gflags, M2Crypto and fix 14 - Applied patch PATCH.swarming to:
15 a bug. 15 - Remove dependency on gflags and M2Crypto
16 - Fix a bug.
17 - Rename import path of libusb1 for easier packaging.
OLDNEW
« no previous file with comments | « appengine/third_party/python-adb/PATCH.swarming ('k') | appengine/third_party/python-adb/adb/common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698