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

Side by Side Diff: platform_tools/android/bin/adb_push_if_needed

Issue 1832883002: Skip toolchain downloads for a few android tools (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comment 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 unified diff | Download patch
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # 2 #
3 # Copy the contents of a directory from the host to a device. 3 # Copy the contents of a directory from the host to a device.
4 4
5 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 5 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 SKIP_TOOLCHAIN_SETUP="true"
6 source $SCRIPT_DIR/android_setup.sh 7 source $SCRIPT_DIR/android_setup.sh
7 source $SCRIPT_DIR/utils/setup_adb.sh 8 source $SCRIPT_DIR/utils/setup_adb.sh
8 9
9 adb_push_if_needed ${APP_ARGS[@]} 10 adb_push_if_needed ${APP_ARGS[@]}
10 exit $? 11 exit $?
OLDNEW
« no previous file with comments | « platform_tools/android/bin/adb_pull_if_needed ('k') | platform_tools/android/bin/adb_wait_for_device » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698