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

Unified Diff: tools/cr/cr/actions/adb.py

Issue 184853007: remove -d from adb install since it does not seem to be supported anymore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: tools/cr/cr/actions/adb.py
diff --git a/tools/cr/cr/actions/adb.py b/tools/cr/cr/actions/adb.py
index 25117c74ec4390e8707658b7293a5850545f8240..e55d5034c4493a477359a63431eb8976ae029476 100644
--- a/tools/cr/cr/actions/adb.py
+++ b/tools/cr/cr/actions/adb.py
@@ -82,7 +82,6 @@ class Adb(object):
target,
'{CR_ADB}', 'install',
'-r',
- '-d',
'{CR_BINARY}',
*arguments
)
« 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