aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:09:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:09:16 +0000
commit6afd31bd006f13e652180f5d97f5856a67836b51 (patch)
tree403d95e5e2ce2b41070a0138d9b0099807395735
parent9c0bb6ed83d543477f58ff0f28f1d91b05fc7786 (diff)
parent1be9601f7c102bd01b9f63b64195c313d49a8077 (diff)
downloadjavassist-android14-mainline-sdkext-release.tar.gz
Snap for 10453563 from 1be9601f7c102bd01b9f63b64195c313d49a8077 to mainline-sdkext-releaseaml_sdk_341510000aml_sdk_341410000aml_sdk_341110080aml_sdk_341110000aml_sdk_341010000aml_sdk_340912010android14-mainline-sdkext-release
Change-Id: Idf1917da426ceeb3abd0ad591a3dd005f3be17c4
-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
}