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

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

Issue 510653004: Add Android copy_directory_contents_[to|from]_device scripts (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rename Created 6 years, 3 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
« no previous file with comments | « no previous file | platform_tools/android/bin/adb_push_if_needed » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 #
3 # Copy the contents of a directory from a device to the host.
4
5 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 source $SCRIPT_DIR/android_setup.sh
7 source $SCRIPT_DIR/utils/setup_adb.sh
8
9 adb_pull_if_needed ${APP_ARGS[@]}
10 exit $?
OLDNEW
« no previous file with comments | « no previous file | platform_tools/android/bin/adb_push_if_needed » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698