Index: build/android/pylib/host_driven/run_python_tests.py |
diff --git a/build/android/pylib/host_driven/run_python_tests.py b/build/android/pylib/host_driven/run_python_tests.py |
index 4fac081cb8dde20b325b26907388a18ce34c604e..6655ccc240304c7dae49a2faeb390abedbf5bab0 100644 |
--- a/build/android/pylib/host_driven/run_python_tests.py |
+++ b/build/android/pylib/host_driven/run_python_tests.py |
@@ -88,7 +88,7 @@ def DispatchPythonTests(options): |
options.test_apk_jar_path) |
test_files_copier = test_runner.TestRunner(options, device_id, 0, False, |
test_pkg, []) |
- test_files_copier.CopyTestFilesOnce() |
+ test_files_copier.PushDependencies() |
# Actually run the tests. |
if len(attached_devices) > 1 and options.wait_for_debugger: |