Make android scripts not warn about ADB in newer SDKs
authorkkinnunen <kkinnunen@nvidia.com>
Thu, 14 Jan 2016 06:53:55 +0000 (22:53 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 14 Jan 2016 06:53:55 +0000 (22:53 -0800)
commit7ddfeeddf78b78de28874432eb9a95735b56af7b
tree6f17726587650223d4c9cd99a66fd587629641af
parent3a24f459582f2665f0e66bd35a0d8f46a1c4c72f
Make android scripts not warn about ADB in newer SDKs

The older SDK says:
$ adb version
Android Debug Bridge version 1.0.32

The newer SDK says:
$ adb version
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

Removes the shebang as the file is not intended to be
run, and the copyright would render it useless.
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1583793002

Review URL: https://codereview.chromium.org/1583793002
platform_tools/android/bin/utils/setup_adb.sh