summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:08:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:08:46 +0000
commit4433d70dc23d49c1714f55838f43740e2724ba36 (patch)
tree1878ef2a484422dc275f3f93d230e0786a6457f9
parenta7377a58e55402349b7c416058dfd9fcca53448e (diff)
parentedb3101c45de5f9a32b44c881803af9a11969bda (diff)
downloadxmp_toolkit-android14-mainline-os-statsd-release.tar.gz
Change-Id: Ib70744dd5b5fa252617b4af78d8af99cc5222713
-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",
+ ],
+ },
}