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:
commit
af11f89f41
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue