diff options
author | 2024-12-06 18:53:16 +0000 | |
---|---|---|
committer | 2024-12-06 18:53:16 +0000 | |
commit | e8bc98a02719023f155f33fc4e85c76e05b80dfc (patch) | |
tree | d376d2e1d9212c24e2cc7244c9224930bbc63845 | |
parent | 2c38ba575c45f6b22027031d8038ae535baf3da5 (diff) | |
parent | d547ad11740acbd58d082acce7da7493edbb4165 (diff) |
Merge "Disable IdentifierName" into main
-rw-r--r-- | root.bp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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", +] |