aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:13:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:13:34 +0000
commit21ff685350d4e641125daf367abd794ae7f78288 (patch)
tree403d95e5e2ce2b41070a0138d9b0099807395735
parent66041c1b834275ad7649cce2ee100bd2c212d21d (diff)
parent1be9601f7c102bd01b9f63b64195c313d49a8077 (diff)
downloadjavassist-android14-security-release.tar.gz
Change-Id: I21ce793d62a4226cc370cbaa83496b6c4a5da612
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 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",
+ ],
+ },
}