summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",
+]