Add a script for configuring adb for working remotely.
commit8d9691b292ea42653e29e45846166f7f76614a98
authornewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 13 Mar 2014 05:55:35 +0000 (13 05:55 +0000)
committernewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 13 Mar 2014 05:55:35 +0000 (13 05:55 +0000)
tree7cfd1eb5a5fd73b504b57393f826276890e40636
parentc57aabe3738052b912f5903f321c7757b6e73e09
Add a script for configuring adb for working remotely.

This script forwards ports between the local and the remote
machine allowing the developer to install APKs, run tests, etc
on a local device from a remote machine.

NOTRY=true

Review URL: https://codereview.chromium.org/120263003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256769 0039d316-1c4b-4281-b951-d872f2087c98
tools/android/adb_remote_setup.sh [new file with mode: 0755]