| Index: platform_tools/android/bin/adb_wait_for_device
|
| diff --git a/platform_tools/android/bin/adb_wait_for_device b/platform_tools/android/bin/adb_wait_for_device
|
| index 52e16996ccec0605357c363eb72965fb4f604555..0b640d22b42349aa841066b2b5d7cf8f6691652f 100755
|
| --- a/platform_tools/android/bin/adb_wait_for_device
|
| +++ b/platform_tools/android/bin/adb_wait_for_device
|
| @@ -9,8 +9,6 @@ source $SCRIPT_DIR/utils/setup_adb.sh
|
| set -e
|
| set -x
|
|
|
| -$ADB $DEVICE_SERIAL wait-for-device
|
| -
|
| while [ "$($ADB $DEVICE_SERIAL shell getprop sys.boot_completed | tr -d '\r')" != "1" ]; do
|
| sleep 5
|
| done
|
|
|