| Index: tools/android/adb_remote_setup.sh
|
| diff --git a/tools/android/adb_remote_setup.sh b/tools/android/adb_remote_setup.sh
|
| index ff9f126877f260356c2ebc20eeffbe4393a290ab..d3a9670efca573d5b5df90f901f53b080631cf8e 100755
|
| --- a/tools/android/adb_remote_setup.sh
|
| +++ b/tools/android/adb_remote_setup.sh
|
| @@ -61,11 +61,6 @@ if ! which adb >/dev/null; then
|
| exit 1
|
| fi
|
|
|
| -if which kinit >/dev/null; then
|
| - # Allow ssh to succeed without typing your password multiple times.
|
| - kinit -R || kinit
|
| -fi
|
| -
|
| # Ensure local and remote versions of adb are the same.
|
| remote_adb_version=$(ssh "$remote_host" "$remote_adb version")
|
| local_adb_version=$(adb version)
|
|
|