| Index: build/android/pylib/gtest/test_runner.py
|
| diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
|
| index cea7992499e35ad8342db5f22e523604bf571290..c9a60449ccfac1e432d49dda781f5439e216b33a 100644
|
| --- a/build/android/pylib/gtest/test_runner.py
|
| +++ b/build/android/pylib/gtest/test_runner.py
|
| @@ -71,7 +71,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| else:
|
| device_dir = self.device.GetExternalStoragePath()
|
| for p in os.listdir(constants.ISOLATE_DEPS_DIR):
|
| - self.device.old_interface.PushIfNeeded(
|
| + self.device.PushChangedFiles(
|
| os.path.join(constants.ISOLATE_DEPS_DIR, p),
|
| os.path.join(device_dir, p))
|
|
|
|
|