Index: build/android/pylib/linker/test_case.py |
diff --git a/build/android/pylib/linker/test_case.py b/build/android/pylib/linker/test_case.py |
index 0530f5344e6f3dc669a48ba747d67be3ed2fc321..e8b2ffee75acd73fe10523d0254a7c6734a9b9cc 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)) |