Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / platform_tools / android / bin / adb_pull_if_needed
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 $?