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
diff --git a/bin/droid b/bin/droid
index d3571dd..b1644c6 100755
--- a/bin/droid
+++ b/bin/droid
@@ -16,5 +16,6 @@
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"