summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-11-09 19:53:14 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-11-09 19:53:14 +0000
commitb7c01a261db6449bba65d8ec1b72397c1b97e1a1 (patch)
tree14491a3047cca803cad4162f952f15ffd8517ccc
parenta8fff19350a04281b292ebad9127ab3fe18caa97 (diff)
parentdece4574439731a354aaeb55a1972d74b4a46588 (diff)
Merge "Add com.android.tzdata to AOSP staging allowlist."
-rw-r--r--android/allowlists/allowlists.go2
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"}
)