summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:26:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:26:08 +0000
commit3bfb4acc3ac3bcaaa4beb9a0c90d2cc92cff19cc (patch)
tree1878ef2a484422dc275f3f93d230e0786a6457f9
parent717b56a6071bb21c2899088dda4ac9f6e0f4889a (diff)
parentedb3101c45de5f9a32b44c881803af9a11969bda (diff)
downloadxmp_toolkit-android14-security-release.tar.gz
Change-Id: I6a1cc17e9d90c523d532c4f4f4f1d7393f1f6dde
-rw-r--r--XMPCore/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/XMPCore/Android.bp b/XMPCore/Android.bp
index c432274..a704dcb 100644
--- a/XMPCore/Android.bp
+++ b/XMPCore/Android.bp
@@ -21,4 +21,9 @@ java_library {
// Include all the java files.
srcs: ["src/**/*.java"],
sdk_version: "current",
+ errorprone: {
+ javacflags: [
+ "-Xep:ComparableType:WARN",
+ ],
+ },
}