Add com.android.tzdata to AOSP staging allowlist.

Test: presubmits
Change-Id: I7d9edb56273375579edf3b8a5466570df6073668
This commit is contained in:
Jingwen Chen
2022-11-09 06:51:29 +00:00
parent 1ec7785ec5
commit dece457443

View File

@@ -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"}
)