From ff387e55fc71aae146393eee28abe79705bf8580 Mon Sep 17 00:00:00 2001 From: Igor Foox Date: Thu, 10 Nov 2022 14:11:15 -0500 Subject: [PATCH] Add tzdata do the Bazel mixed build prod mode allowlist. Bugs: b/258504104 Test: Ran a local build and checked build metrics and ninja file, presubmits. Change-Id: Ifdefdaebc13188e036b0b9cd55fbdcdfbdc8e11f --- android/allowlists/allowlists.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 2e4068da5..bfa0a6e26 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1352,7 +1352,7 @@ var ( // Bazel prod-mode allowlist. Modules in this list are built by Bazel // in either prod mode or staging mode. - ProdMixedBuildsEnabledList = []string{} + ProdMixedBuildsEnabledList = []string{"com.android.tzdata"} // Staging-mode allowlist. Modules in this list are only built // by Bazel with --bazel-mode-staging. This list should contain modules