Merge "Add com.android.tzdata to AOSP staging allowlist." am: b7c01a261d

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

Change-Id: Ifeb546ea71e82e8bef8adbdfc32c10de9c68692a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-11-09 20:07:27 +00:00 committed by Automerger Merge Worker
commit af11f89f41

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