Merge "Add variable to aid errorprone update" into main am: 233adee552 am: 2067660fdd
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3393034
Change-Id: Ib6311f5e2c4a62e832d9e49cf3b82d196c5af087
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/root.bp b/root.bp
index 7e0c1ed..8e621c4 100644
--- a/root.bp
+++ b/root.bp
@@ -2,3 +2,10 @@
// subdirs= and optional_subdirs= are obsolete and this file no longer
// needs a list of the top level directories that may contain Android.bp
// files.
+
+// TODO(b/253827323) Remove this. A module in internal builds needs to disable a new check,
+// IdentifierName, when errorprone is updated. In order to avoid having the update errorprone
+// 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 = []