patch battery charging until recipe is updated
authorkjlubick <kjlubick@google.com>
Fri, 25 Mar 2016 12:53:57 +0000 (05:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 25 Mar 2016 12:53:58 +0000 (05:53 -0700)
BUG=skia:5111
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1834793003

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

platform_tools/android/bin/adb_wait_for_device

index 32a517b..f9a2b6d 100755 (executable)
@@ -15,3 +15,5 @@ while [ "$($ADB $DEVICE_SERIAL shell getprop sys.boot_completed | tr -d '\r')" !
 done
 
 echo "Connected!"
+
+$SCRIPT_DIR/adb_wait_for_charge
\ No newline at end of file