| Index: build/android/pylib/linker/test_runner.py
 | 
| diff --git a/build/android/pylib/linker/test_runner.py b/build/android/pylib/linker/test_runner.py
 | 
| index c9b7dd91378f8fde760f6664975931a8eb91e6c0..77d0dec75dd11acd0cfd982b978c086697d10c62 100644
 | 
| --- a/build/android/pylib/linker/test_runner.py
 | 
| +++ b/build/android/pylib/linker/test_runner.py
 | 
| @@ -71,7 +71,7 @@ class LinkerTestRunner(base_test_runner.BaseTestRunner):
 | 
|        raise Exception('%s not found, please build it' % apk_path)
 | 
|  
 | 
|      package_name = apk_helper.GetPackageName(apk_path)
 | 
| -    self.adb.ManagedInstall(apk_path, package_name)
 | 
| +    self.device.old_interface.ManagedInstall(apk_path, package_name)
 | 
|  
 | 
|    #override
 | 
|    def RunTest(self, test):
 | 
| 
 |