| Index: build/android/pylib/gtest/test_package_apk.py
|
| diff --git a/build/android/pylib/gtest/test_package_apk.py b/build/android/pylib/gtest/test_package_apk.py
|
| index 9f077b6b90f8b3047de183d5502a8e71cccd8c8a..83b6b001931da392fe2aa84777e983f5ff3c2706 100644
|
| --- a/build/android/pylib/gtest/test_package_apk.py
|
| +++ b/build/android/pylib/gtest/test_package_apk.py
|
| @@ -131,5 +131,4 @@ class TestPackageApk(TestPackage):
|
| #override
|
| def Install(self, device):
|
| self.tool.CopyFiles()
|
| - device.old_interface.ManagedInstall(
|
| - self.suite_path, False, package_name=self._package_info.package)
|
| + device.Install(self.suite_path)
|
|
|