diff options
author | borenet <borenet@google.com> | 2014-08-29 07:56:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-29 07:56:14 -0700 |
commit | 77d724c07878b21602e96e095f6a446c429a079a (patch) | |
tree | d769b68bbce6d455ef483af159123052365fb652 /platform_tools/android | |
parent | 970e106b883a7b52155b94d01437dfb8ee1eb1e3 (diff) |
Fix adb_pull_if_needed
BUG=skia:
R=djsollen@google.com
Author: borenet@google.com
Review URL: https://codereview.chromium.org/519743002
Diffstat (limited to 'platform_tools/android')
-rwxr-xr-x | platform_tools/android/bin/android_setup.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh index 7aada8c8da..24d6dd9f9e 100755 --- a/platform_tools/android/bin/android_setup.sh +++ b/platform_tools/android/bin/android_setup.sh @@ -193,12 +193,6 @@ adb_pull_if_needed() { ANDROID_SRC="$1" HOST_DST="$2" - if [ -d $HOST_DST ]; - then - HOST_DST="${HOST_DST}/$(basename ${ANDROID_SRC})" - fi - - if [ -f $HOST_DST ]; then #get the MD5 for dst and src |