summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:33 +0000
commitaee31ff88f5c8473e4bdd593d396169e5eed64be (patch)
tree1878ef2a484422dc275f3f93d230e0786a6457f9
parent05662fe7ba09aac76e3870f1817aaffb3e210aad (diff)
parentedb3101c45de5f9a32b44c881803af9a11969bda (diff)
downloadxmp_toolkit-aml_doc_341610010.tar.gz
Snap for 10453563 from edb3101c45de5f9a32b44c881803af9a11969bda to mainline-documentsui-releaseaml_doc_341713000aml_doc_341610010aml_doc_341510050aml_doc_341312010aml_doc_341112000aml_doc_341012000aml_doc_340916000
Change-Id: I34e492f29e813d44f25216e357716938929a2ebb
-rw-r--r--XMPCore/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/XMPCore/Android.bp b/XMPCore/Android.bp
index 4a6bc57..a704dcb 100644
--- a/XMPCore/Android.bp
+++ b/XMPCore/Android.bp
@@ -17,7 +17,13 @@ license {
java_library {
name: "xmp_toolkit",
+ host_supported: true,
// Include all the java files.
srcs: ["src/**/*.java"],
sdk_version: "current",
+ errorprone: {
+ javacflags: [
+ "-Xep:ComparableType:WARN",
+ ],
+ },
}