Add adb version check to adb_remote_setup.sh.
commit65a0687a3f4932589016bb8399405df862f678fb
authornewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 18 Jul 2014 19:24:22 +0000 (18 19:24 +0000)
committernewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 18 Jul 2014 19:24:22 +0000 (18 19:24 +0000)
tree1472681f560713dab41b6654843c030e91636e95
parent94bd40d9c6ebea76c3d7bafd13704c86bd292ae8
Add adb version check to adb_remote_setup.sh.

This ensures that the local and remote versions of adb are the same,
since using different versions of adb will probably result in protocol
errors.

NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284181 0039d316-1c4b-4281-b951-d872f2087c98
tools/android/adb_remote_setup.sh