aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:54 +0000
commit7cd7ae9f80c2bbb20882b820ed4cf5b421b1d6a7 (patch)
tree403d95e5e2ce2b41070a0138d9b0099807395735
parentf30acbdd7f58e63bc24a36fb7bead478f7d5bdd2 (diff)
parent1be9601f7c102bd01b9f63b64195c313d49a8077 (diff)
downloadjavassist-android14-mainline-permission-release.tar.gz
Change-Id: I4c0e76707b028674d5f60ad627d22ea13b3a4def
-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
}