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:
Cole Faust 2024-12-06 19:38:58 +00:00 committed by Automerger Merge Worker
commit 012958b69f

View file

@ -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",
]