Merge "Remove tzdata from staging allowlist." am: 328770db88

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2351442

Change-Id: I7193c32ea5a511c40f0f74bc21b5cde1623eeeaa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust
2022-12-15 00:48:40 +00:00
committed by Automerger Merge Worker

View File

@@ -1363,8 +1363,9 @@ 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.
// It is implicit that all modules in ProdMixedBuildsEnabledList will
// also be built - do not add them to this list.
StagingMixedBuildsEnabledList = []string{ StagingMixedBuildsEnabledList = []string{
"com.android.adbd", "com.android.adbd",
"com.android.tzdata",
} }
) )