Mark caliper-tests as not unit tests am: c584a577cd

Original change: https://android-review.googlesource.com/c/platform/external/caliper/+/1605593

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I688d41c72acd91c53517191a6bb42ae25fc4d14a
diff --git a/Android.bp b/Android.bp
index e0ee8da..6d4619b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -113,6 +113,11 @@
         "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"],