summaryrefslogtreecommitdiffstats
path: root/build/android/pylib/linker
diff options
context:
space:
mode:
authorjbudorick@chromium.org <jbudorick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-16 18:59:30 +0000
committerjbudorick@chromium.org <jbudorick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-16 18:59:30 +0000
commitf0f4b9730e547189baa999f657179d3756297d0c (patch)
tree2c7ab002938b40f6650d9d1cee573642dcd66b37 /build/android/pylib/linker
parent4c0bb96313936a342a73705c64b6b929abd5c185 (diff)
downloadchromium_src-f0f4b9730e547189baa999f657179d3756297d0c.zip
chromium_src-f0f4b9730e547189baa999f657179d3756297d0c.tar.gz
chromium_src-f0f4b9730e547189baa999f657179d3756297d0c.tar.bz2
[Android] Switch to DeviceUtils version of RunShellCommand.
BUG=267773 Review URL: https://codereview.chromium.org/333933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/pylib/linker')
-rw-r--r--build/android/pylib/linker/test_case.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/pylib/linker/test_case.py b/build/android/pylib/linker/test_case.py
index 0530f53..e8b2ffe 100644
--- a/build/android/pylib/linker/test_case.py
+++ b/build/android/pylib/linker/test_case.py
@@ -112,7 +112,7 @@ def _WriteCommandLineFile(device, command_line, command_line_file):
"""Create a command-line file on the device. This does not use FlagChanger
because its implementation assumes the device has 'su', and thus does
not work at all with production devices."""
- device.old_interface.RunShellCommand(
+ device.RunShellCommand(
'echo "%s" > %s' % (command_line, command_line_file))