aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:57:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:57:10 +0000
commitfb0c0f56e27d935709e924817cfcdd27fc501a82 (patch)
tree53b0b1352171f4048bdea62d2f3b6925e24e29c3
parent175435e34b0bab7087ec0584e5c40e74e26d2e63 (diff)
parent282536d1775e7e8b9450b450a1443e1f164b8a03 (diff)
downloadjunit-fb0c0f56e27d935709e924817cfcdd27fc501a82.tar.gz
Change-Id: I531437c16763ea47d32d6462dc2adcf88009c862
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d12e704..b62e615 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,6 +44,10 @@ java_library_static {
srcs: ["src/main/java/**/*.java"],
sdk_version: "core_current",
static_libs: ["hamcrest"],
+
+ errorprone: {
+ javacflags: ["-Xep:DoNotCall:OFF"]
+ }
}
// Legacy junit-host jar until references are updated