diff options
| author | 2022-11-09 19:53:14 +0000 | |
|---|---|---|
| committer | 2022-11-09 19:53:14 +0000 | |
| commit | b7c01a261db6449bba65d8ec1b72397c1b97e1a1 (patch) | |
| tree | 14491a3047cca803cad4162f952f15ffd8517ccc | |
| parent | a8fff19350a04281b292ebad9127ab3fe18caa97 (diff) | |
| parent | dece4574439731a354aaeb55a1972d74b4a46588 (diff) | |
Merge "Add com.android.tzdata to AOSP staging allowlist."
| -rw-r--r-- | android/allowlists/allowlists.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 529285fea..16f144e93 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -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"} ) |