| Index: build/android/test_runner.py
 | 
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
 | 
| index 0a815ae288a3cb3c185330b3d78628de6f3f4c27..8aebb8b4b032335ebf32462563395a6945b77739 100755
 | 
| --- a/build/android/test_runner.py
 | 
| +++ b/build/android/test_runner.py
 | 
| @@ -291,7 +291,6 @@ def ProcessInstrumentationOptions(options, error_func):
 | 
|        options.exclude_annotations,
 | 
|        options.test_filter,
 | 
|        options.test_data,
 | 
| -      options.test_runner,
 | 
|        options.save_perf_json,
 | 
|        options.screenshot_failures,
 | 
|        options.wait_for_debugger,
 | 
| @@ -299,6 +298,7 @@ def ProcessInstrumentationOptions(options, error_func):
 | 
|        options.test_apk,
 | 
|        options.test_apk_path,
 | 
|        options.test_apk_jar_path,
 | 
| +      options.test_runner,
 | 
|        options.test_support_apk_path
 | 
|        )
 | 
|  
 | 
| 
 |