Merge "Add com.android.tzdata to AOSP staging allowlist."

This commit is contained in:
Treehugger Robot
2022-11-09 19:53:14 +00:00
committed by Gerrit Code Review

View File

@@ -1349,5 +1349,5 @@ var (
// Staging-mode allowlist. Modules in this list are only built // Staging-mode allowlist. Modules in this list are only built
// by Bazel with --bazel-mode-staging. This list should contain modules // by Bazel with --bazel-mode-staging. This list should contain modules
// which will soon be added to the prod allowlist. // which will soon be added to the prod allowlist.
StagingMixedBuildsEnabledList = []string{} StagingMixedBuildsEnabledList = []string{"com.android.tzdata"}
) )