aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e0ee8da..6d4619b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -113,6 +113,11 @@ java_test_host {
"junit",
"mockito",
],
+ // Avoid the tests running as unit tests. They have some jar requirement that doesn't currently
+ // quite work in CI.
+ test_options: {
+ unit_test: false,
+ },
// Use Dagger2 annotation processor
plugins: ["dagger2-compiler"],