summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-12-06 18:53:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-06 18:53:16 +0000
commite8bc98a02719023f155f33fc4e85c76e05b80dfc (patch)
treed376d2e1d9212c24e2cc7244c9224930bbc63845
parent2c38ba575c45f6b22027031d8038ae535baf3da5 (diff)
parentd547ad11740acbd58d082acce7da7493edbb4165 (diff)
Merge "Disable IdentifierName" into main
-rw-r--r--root.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/root.bp b/root.bp
index 8e621c48a..ee208a0f7 100644
--- a/root.bp
+++ b/root.bp
@@ -8,4 +8,6 @@
// in internal first, and then aosp, create this variable that we can fill out in internal in the
// same topic as the errorprone update, then move the flag out of the variable after the update,
// then remove the variable.
-disable_identifiername_for_errorprone_update = []
+disable_identifiername_for_errorprone_update = [
+ "-Xep:IdentifierName:OFF",
+]