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>
diff --git a/root.bp b/root.bp
index 8e621c4..ee208a0 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",
+]