| Index: appengine/swarming/tools/android/README.md
|
| diff --git a/appengine/swarming/tools/android/README.md b/appengine/swarming/tools/android/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6a58059ec231c4cca31ec83867702657a96baf44
|
| --- /dev/null
|
| +++ b/appengine/swarming/tools/android/README.md
|
| @@ -0,0 +1,18 @@
|
| +Android Support
|
| +---------------
|
| +
|
| +To setup a bot to run one Swarming that 'owns' all the Android devices
|
| +connected:
|
| +
|
| +First, copy the udev rule file:
|
| +
|
| + sudo cp 51-android.rules /etc/udev/rules.d/
|
| +
|
| +Second, make sure the current user that runs the swarming bot is member of
|
| +plugdev. If not, run:
|
| +
|
| + sudo gpasswd -a username plugdev
|
| +
|
| +
|
| +http://wiki.cyanogenmod.org/w/UDEV has a nice list of most android devices, the
|
| +sample file only contain the PCI vendor ID for Google/Nexus devices.
|
|
|