Merge "Add com.android.tzdata to AOSP staging allowlist."
This commit is contained in:
commit
b7c01a261d
1 changed files with 1 additions and 1 deletions
|
@ -1349,5 +1349,5 @@ var (
|
|||
// Staging-mode allowlist. Modules in this list are only built
|
||||
// by Bazel with --bazel-mode-staging. This list should contain modules
|
||||
// which will soon be added to the prod allowlist.
|
||||
StagingMixedBuildsEnabledList = []string{}
|
||||
StagingMixedBuildsEnabledList = []string{"com.android.tzdata"}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue