summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 07:16:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 07:16:46 +0000
commite619f66fd5f1ebb71f6966455a7cf90b435db058 (patch)
tree1878ef2a484422dc275f3f93d230e0786a6457f9
parent0d50800dbf90a18f6db29d9a2cd949fd042072b1 (diff)
parentedb3101c45de5f9a32b44c881803af9a11969bda (diff)
downloadxmp_toolkit-e619f66fd5f1ebb71f6966455a7cf90b435db058.tar.gz
Snap for 10453938 from edb3101c45de5f9a32b44c881803af9a11969bda to mainline-odp-releaseaml_odp_341717000aml_odp_341610000
Change-Id: I67c9a2e7dc81d5570f80971808dae2c84b57c1f2
-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",
+ ],
+ },
}