| 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 b5276b77134b8cd4293619e2768da216aba5f313..0a3d5cd45f9abf264b467ef1f1e2d48eb86ba426 100644
|
| --- a/build/android/pylib/instrumentation/test_options.py
|
| +++ b/build/android/pylib/instrumentation/test_options.py
|
| @@ -25,4 +25,6 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
|
| 'isolate_file_path',
|
| 'set_asserts',
|
| 'delete_stale_data',
|
| - 'timeout_scale'])
|
| + 'timeout_scale',
|
| + 'apk_under_test',
|
| + 'additional_apks'])
|
|
|