summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:19 +0000
commitc8fbc069ceafc9af82e11a68a4d37ce5be167da2 (patch)
tree1878ef2a484422dc275f3f93d230e0786a6457f9
parent0783ee148dd80e1b38abe62dcbdae868c8bc3002 (diff)
parentedb3101c45de5f9a32b44c881803af9a11969bda (diff)
downloadxmp_toolkit-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from edb3101c45de5f9a32b44c881803af9a11969bda to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I6244aacec3730bf9f09974b4ecd907f0cea204a7
-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",
+ ],
+ },
}