aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:42 +0000
commit5a7d881491297e5b755122fcfdbfd7845f98a6b7 (patch)
tree403d95e5e2ce2b41070a0138d9b0099807395735
parentbfedf245bb35025c954ab2a0af1ca8430de1308b (diff)
parent1be9601f7c102bd01b9f63b64195c313d49a8077 (diff)
downloadjavassist-android14-mainline-uwb-release.tar.gz
Change-Id: I7fdcb6981e9cf7582f0b619ded0f21dec90fc2d5
-rw-r--r--Android.bp6
-rw-r--r--METADATA2
2 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e8e9200..65f4c40 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,4 +40,10 @@ java_library_host {
srcs: [
"src/main/**/*.java",
],
+
+ errorprone: {
+ javacflags: [
+ "-Xep:IdentityBinaryExpression:WARN",
+ ],
+ },
}
diff --git a/METADATA b/METADATA
index d8c341c..4aa8fdc 100644
--- a/METADATA
+++ b/METADATA
@@ -13,6 +13,6 @@ third_party {
}
version: "rel_3_27_0_ga"
last_upgrade_date { year: 2020 month: 9 day: 10 }
- // The project can be licensed under one of MPL, LGPL or AL, and Apache 2.0 is a "notice" license.
+ license_note: 'The project can be licensed under one of MPL, LGPL or AL, and Apache 2.0 is a "notice" license.'
license_type: NOTICE
}