summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:48 +0000
commit163ca7c4862fc4037412ec1851d4ad3cb340aaad (patch)
tree4428a926491876c1101c23c8a483c729e30bfea0
parentb7d77aac2578f58cbe00864fb38e82300c99844f (diff)
parent6852f0fba8b5c7341af68a69daaa9b8f0e4d0c65 (diff)
downloadjsilver-android14-mainline-uwb-release.tar.gz
Change-Id: Ief34e0414e9856ecb76f3a45212c0d73cef80101
-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",
+ ],
+ },
}