aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-25 20:23:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-25 20:23:57 +0000
commit69e41006b7f9fd1e4ffcffe04a429b4c50cda90d (patch)
treed2a8615b53cbd8d2a5add45543e271b5664861d7
parent9039eb6374d8e5b84a6625feb1be465c784876a6 (diff)
parent3b3acc5c24fd5df42d621ec6df34a5b138001ee3 (diff)
downloadcaliper-69e41006b7f9fd1e4ffcffe04a429b4c50cda90d.tar.gz
Mark caliper-tests as not unit tests am: c584a577cd am: d5dbd458d3 am: 34343aad43 am: 3b3acc5c24
Original change: https://android-review.googlesource.com/c/platform/external/caliper/+/1605593 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I276bdc51f29a872980e277cf7797cd1a4ca57db5
-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"],