Colin Cross | 3936672 | 2017-11-17 10:58:00 -0800 | [diff] [blame] | 1 | // Soong finds all Android.bp and Blueprints files in the source tree, |
| 2 | // subdirs= and optional_subdirs= are obsolete and this file no longer |
| 3 | // needs a list of the top level directories that may contain Android.bp |
| 4 | // files. |
Cole Faust | 86fe1dc | 2024-12-04 15:31:21 -0800 | [diff] [blame] | 5 | |
| 6 | // TODO(b/253827323) Remove this. A module in internal builds needs to disable a new check, |
| 7 | // IdentifierName, when errorprone is updated. In order to avoid having the update errorprone |
| 8 | // in internal first, and then aosp, create this variable that we can fill out in internal in the |
| 9 | // same topic as the errorprone update, then move the flag out of the variable after the update, |
| 10 | // then remove the variable. |
Cole Faust | d547ad1 | 2024-12-05 09:51:33 -0800 | [diff] [blame^] | 11 | disable_identifiername_for_errorprone_update = [ |
| 12 | "-Xep:IdentifierName:OFF", |
| 13 | ] |