summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-06 19:25:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-06 19:25:34 +0000
commit288dbc7374714f68a01d97e2491f1ea6840e26df (patch)
treef962f4117c1475e12df1fa06f2c6d39798d4f5c5
parent20f1b1ea2580c7d570cbbe1128ce048145cc8f62 (diff)
parent9e1d5b5fd2bbc96e15e38fb136b40b39689a7e42 (diff)
downloadjcommander-288dbc7374714f68a01d97e2491f1ea6840e26df.tar.gz
JCommander: Downgrade Errorprone warning am: c75d582b55android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3
am: 9e1d5b5fd2 Change-Id: Id1a48cced8c4d585036c64eba21867f30074aceb
-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
+ ],
+ }
}