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