| Index: build/android/pylib/host_driven/setup.py
|
| diff --git a/build/android/pylib/host_driven/setup.py b/build/android/pylib/host_driven/setup.py
|
| index d48f90862a6c06899d45e6d50102c99d65281dfe..285bcd40394b474c070f07eb7a051a42527010a0 100644
|
| --- a/build/android/pylib/host_driven/setup.py
|
| +++ b/build/android/pylib/host_driven/setup.py
|
| @@ -196,7 +196,6 @@ def InstrumentationSetup(host_driven_test_root, official_build,
|
| return test_runner.HostDrivenTestRunner(
|
| device, shard_index,
|
| instrumentation_options.tool,
|
| - instrumentation_options.push_deps,
|
| instrumentation_options.cleanup_test_files)
|
|
|
| return (TestRunnerFactory, available_tests)
|
|
|