| Index: build/android/pylib/uiautomator/test_package.py
|
| diff --git a/build/android/pylib/uiautomator/test_package.py b/build/android/pylib/uiautomator/test_package.py
|
| index ecba284aad1b97edd7a8ae983d6d6f352291ff3c..d8558c1848a5bdba9ef852178c0cbbf6f54a5eed 100644
|
| --- a/build/android/pylib/uiautomator/test_package.py
|
| +++ b/build/android/pylib/uiautomator/test_package.py
|
| @@ -24,5 +24,4 @@ class TestPackage(test_jar.TestJar):
|
|
|
| # Override.
|
| def Install(self, device):
|
| - device.old_interface.PushIfNeeded(self._jar_path,
|
| - constants.TEST_EXECUTABLE_DIR)
|
| + device.PushChangedFiles(self._jar_path, constants.TEST_EXECUTABLE_DIR)
|
|
|