| 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 792010b83a54d7ebb1e0bf925cbf89ed2025c870..4a16b1186f2e79e8075d6a6092e5cf9132f104d8 100644
 | 
| --- a/build/android/pylib/instrumentation/test_options.py
 | 
| +++ b/build/android/pylib/instrumentation/test_options.py
 | 
| @@ -8,6 +8,7 @@ import collections
 | 
|  
 | 
|  InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
 | 
|      'tool',
 | 
| +    'cleanup_test_files',
 | 
|      'annotations',
 | 
|      'exclude_annotations',
 | 
|      'test_filter',
 | 
| 
 |