Disable IdentifierName
For an internal module that uses this variable. The disabling will be moved inline after the errorprone update is submitted, and the variable removed. Bug: 253827323 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: I95ba56e008279db1b7d63ea503471d9d0f290b0b
This commit is contained in:
parent
8759130e87
commit
d547ad1174
1 changed files with 3 additions and 1 deletions
4
root.bp
4
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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue