summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-03 15:58:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-03 15:58:01 +0000
commit3ac02e7231d1496e6dbc84876b5c76011463798c (patch)
tree1878ef2a484422dc275f3f93d230e0786a6457f9
parentcc1601c91231a02625c75d874825b9e5cb9e3256 (diff)
parentedb3101c45de5f9a32b44c881803af9a11969bda (diff)
downloadxmp_toolkit-android14-mainline-adbd-release.tar.gz
Change-Id: I25576ecd606b9318d1e607ef19295a0fb51e5774
-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",
+ ],
+ },
}