diff options
author | 2024-12-04 15:31:21 -0800 | |
---|---|---|
committer | 2024-12-04 15:32:04 -0800 | |
commit | 86fe1dcff196b8b78d584c8d4a609a299a6e1730 (patch) | |
tree | a1b2fc1f58e23d21e0b9e4851065bf71d17bfea6 | |
parent | df3543cf1df40cb8352b3323be3c3b8de64306d4 (diff) |
Add variable to aid errorprone update
So that we can update this variable atomically with the errorprone
update to affect internal modules.
Bug: 253827323
Test: Presubmits
Change-Id: Ib7d45122384f0f116b4221d0ea6696ae2b0f0eae
-rw-r--r-- | root.bp | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 = [] |