summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-06 19:35:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-06 19:35:41 +0000
commit1a5838dec54c7d7ebe4d68c0ffbeb537f19fc095 (patch)
treef962f4117c1475e12df1fa06f2c6d39798d4f5c5
parent20f1b1ea2580c7d570cbbe1128ce048145cc8f62 (diff)
parent288dbc7374714f68a01d97e2491f1ea6840e26df (diff)
downloadjcommander-1a5838dec54c7d7ebe4d68c0ffbeb537f19fc095.tar.gz
JCommander: Downgrade Errorprone warning am: c75d582b55 am: 9e1d5b5fd2
am: 288dbc7374 Change-Id: I1e129f6797391d77c2e430f00834d73babbda809
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 63f2244..d422eb2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,4 +31,10 @@ java_library_static {
exclude_srcs: ["src/main/**/PathConverter.java"],
},
},
+
+ errorprone: {
+ javacflags: [
+ "-Xep:CollectionIncompatibleType:WARN", // b/74215153
+ ],
+ }
}