aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}