From ff4cceb7bc5509c74b26485b069407c6ba6e4f90 Mon Sep 17 00:00:00 2001 From: Christopher Parsons Date: Wed, 30 Nov 2022 15:44:15 +0000 Subject: [PATCH] Revert "Revert "Add tzdata do the Bazel mixed build prod mode allowlist."" This reverts commit f8ab0321e3c32cf6100387af4bb5dd7be828c61a. Reason for revert: Fixed underlying bugs (aosp-riscv and llvm breakages) Change-Id: Ib7fe8e39af5bbe40bac615c815307ad9f05e83d3 --- 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