summaryrefslogtreecommitdiffstats
path: root/tools/cr
diff options
context:
space:
mode:
authormiguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 15:13:41 +0000
committermiguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 15:13:41 +0000
commit7dcf8675e9a743fce669135f0c43b969cb414cf2 (patch)
tree2b8283560fd1d47d7f9429869943b28114b3dd4a /tools/cr
parenteaeb55985958712c89bc13dd80258cb0655ba7ee (diff)
downloadchromium_src-7dcf8675e9a743fce669135f0c43b969cb414cf2.zip
chromium_src-7dcf8675e9a743fce669135f0c43b969cb414cf2.tar.gz
chromium_src-7dcf8675e9a743fce669135f0c43b969cb414cf2.tar.bz2
remove -d from adb install since it does not seem to be supported anymore
BUG=None Review URL: https://codereview.chromium.org/184853007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cr')
-rw-r--r--tools/cr/cr/actions/adb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cr/cr/actions/adb.py b/tools/cr/cr/actions/adb.py
index 25117c7..e55d503 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
)