summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:06 +0000
commit50954b92fc4471a9cb4c8b848e8f804644bf3b7f (patch)
tree4428a926491876c1101c23c8a483c729e30bfea0
parentc29d6651209178307bf8a0e604273e0effc981ea (diff)
parent6852f0fba8b5c7341af68a69daaa9b8f0e4d0c65 (diff)
downloadjsilver-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 6852f0fba8b5c7341af68a69daaa9b8f0e4d0c65 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: Iaab6ffee7762422aa9e6063b686811a3edd66c23
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a2eddc0..ee82683 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,4 +35,9 @@ java_library_host {
srcs: ["src/**/*.java"],
libs: ["guava"],
java_resource_dirs: ["src"],
+ errorprone: {
+ javacflags: [
+ "-Xep:PreconditionsInvalidPlaceholder:WARN",
+ ],
+ },
}