diff options
author | 2024-12-09 11:06:21 -0800 | |
---|---|---|
committer | 2024-12-09 11:06:51 -0800 | |
commit | d3fac5d7dda110cebddad39801e1e44c93bebebd (patch) | |
tree | f29cd582554a55c0605ec60b180236273e831713 | |
parent | c8914a47c160b0fe21a6a19bc26dffa0ac3e806f (diff) |
Remove temporary variable
Now that the errorprone update has been completed.
Bug: 253827323
Test: Presubmits
Change-Id: I139f615552ed6a36232687f3a9d59d33fd5ba0fc
-rw-r--r-- | root.bp | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -2,12 +2,3 @@ // 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 = [ - "-Xep:IdentifierName:OFF", -] |