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

Unified Diff: platform_tools/android/bin/android_setup.sh

Issue 519743002: Fix adb_pull_if_needed (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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/android_setup.sh
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
index 7aada8c8da8d7fefa802232b1d272142f31b20a5..24d6dd9f9e2606489e26ebaea0399f711ff232b0 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
« 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