Merge "Disable IdentifierName" into main am: e8bc98a027
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3392584 Change-Id: I01db1de568b51af7ad2c9ad5c53dd76c5055dddb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
012958b69f
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