aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2016-09-14 14:42:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-14 14:42:03 -0700
commitc19440dcaffd98b054f2ca856450ee33082e2cd5 (patch)
tree3091281bf372689641f7550f3b1e77b10989fc07 /bin
parente1baa7c105dad0f301ce34e5d6d1aa329334ef8c (diff)
Update GN droid script
Splits the pushes into different lines since old adbs cannot handle the one line command TBR=mtklein@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2339293002 Review-Url: https://codereview.chromium.org/2339293002
Diffstat (limited to 'bin')
-rwxr-xr-xbin/droid3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/droid b/bin/droid
index d3571dd3ec..b1644c6049 100755
--- a/bin/droid
+++ b/bin/droid
@@ -16,5 +16,6 @@ args=$@
set -e
set -x
-adb push $path resources /data/local/tmp/
+adb push $path /data/local/tmp/
+adb push resources /data/local/tmp/
adb shell "cd /data/local/tmp; ./$name $args"