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

Unified Diff: bin/droid

Issue 2339293002: Update GN droid script (Closed)
Patch Set: Created 4 years, 3 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: bin/droid
diff --git a/bin/droid b/bin/droid
index d3571dd3ecb2161456e93dcc104d358c3f193210..b1644c60490da7dfe1af7345b20364110ad3992c 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"
« 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