| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index d4849a4f7e0fc8a4b03e098b497db217d5f2585e..bc83dc012c5f1bb35a7575da343b5eaf09cc8884 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -157,7 +157,7 @@ class TestOptionsParser {
|
| 'system',
|
| 'The operating system to run tests on',
|
| ['-s', '--system'],
|
| - ['linux', 'macos', 'windows'],
|
| + ['linux', 'macos', 'windows', 'android'],
|
| Platform.operatingSystem),
|
| new _TestOptionSpecification(
|
| 'checked', 'Run tests in checked mode', ['--checked'], [], false,
|
|
|