Merge "Revert "Revert "Add tzdata do the Bazel mixed build prod mode allowlist."""

This commit is contained in:
Christopher Parsons
2022-11-30 20:02:52 +00:00
committed by Gerrit Code Review

View File

@@ -1353,7 +1353,7 @@ var (
// Bazel prod-mode allowlist. Modules in this list are built by Bazel // Bazel prod-mode allowlist. Modules in this list are built by Bazel
// in either prod mode or staging mode. // in either prod mode or staging mode.
ProdMixedBuildsEnabledList = []string{} ProdMixedBuildsEnabledList = []string{"com.android.tzdata"}
// 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