Chromium Code Reviews| Index: build/android/pylib/instrumentation/test_options.py |
| diff --git a/build/android/pylib/instrumentation/test_options.py b/build/android/pylib/instrumentation/test_options.py |
| index cdf3f3f22829607f0d7128ae5c868b4bb7242f44..23fd82cafbcd9fe7267bd41c54889f23e17abb9b 100644 |
| --- a/build/android/pylib/instrumentation/test_options.py |
| +++ b/build/android/pylib/instrumentation/test_options.py |
| @@ -22,4 +22,5 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [ |
| 'test_apk_path', |
| 'test_apk_jar_path', |
| 'test_runner', |
| - 'test_support_apk_path']) |
| + 'test_support_apk_path', |
| + 'device_flags']) |
|
jbudorick
2014/08/07 18:02:45
You'll need to add this in b/a/pylib/uiautomator/t
|