| Index: mojo/tools/data/apptests
|
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
|
| index 9decc60aa52d786764216fe3beaac3510dec7a41..faed225e5f29434307157c01bed47cf59dd63840 100644
|
| --- a/mojo/tools/data/apptests
|
| +++ b/mojo/tools/data/apptests
|
| @@ -41,6 +41,18 @@ if config.target_os == config.OS_LINUX:
|
| },
|
| ]
|
|
|
| +if config.target_os == config.OS_ANDROID:
|
| + tests += [
|
| + {
|
| + "test": "mojo:example_apptests",
|
| + # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
|
| + "test-args": ["--example_apptest_arg"],
|
| + "shell-args": [
|
| + "--url-mappings=mojo:example_service=mojo:android_example_service"
|
| + ],
|
| + },
|
| + ]
|
| +
|
| if config.target_os != config.OS_ANDROID:
|
| tests += [
|
| {
|
|
|