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