| Index: mojo/tools/data/apptests
|
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
|
| index a42992f9eb07b1194008e39c346c94f7d60563c7..7a085a5ba43d0c5f36409207f48c266b643c0385 100644
|
| --- a/mojo/tools/data/apptests
|
| +++ b/mojo/tools/data/apptests
|
| @@ -44,6 +44,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 += [
|
| {
|
|
|