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 0d9c46d2dda182970d478593a2e539856b2d40e7..e280c333a467ae01c9b0a82beb5c8f2003fad197 100644 |
--- a/build/android/pylib/instrumentation/test_options.py |
+++ b/build/android/pylib/instrumentation/test_options.py |
@@ -28,4 +28,5 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [ |
'timeout_scale', |
'apk_under_test', |
'additional_apks', |
- 'strict_mode']) |
+ 'strict_mode', |
+ 'skip_clear_data']) |