Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: platform_tools/android/bin/adb_wait_for_charge

Issue 1926833003: adb_wait_for_charge: Don't download toolchains (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/adb_wait_for_charge
diff --git a/platform_tools/android/bin/adb_wait_for_charge b/platform_tools/android/bin/adb_wait_for_charge
index 43e70bcf69e074ad03a86f290e07bd98c11ec1bb..e24773aedaad18bbde976b4d589935a7630598fb 100755
--- a/platform_tools/android/bin/adb_wait_for_charge
+++ b/platform_tools/android/bin/adb_wait_for_charge
@@ -3,6 +3,7 @@
# Wait for the device to be charged enough for testing.
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+SKIP_TOOLCHAIN_SETUP="true"
source $SCRIPT_DIR/android_setup.sh
source $SCRIPT_DIR/utils/setup_adb.sh
@@ -72,4 +73,4 @@ while [ "${CURRENT_BATTERY_LEVEL}" -lt "${DESIRED_BATTERY_LEVEL}" ]; do
CURRENT_BATTERY_LEVEL="$(get_battery_level)"
done
-echo "Charged!"
+echo "Charged!"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698