From f8ab0321e3c32cf6100387af4bb5dd7be828c61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 29 Nov 2022 23:16:13 +0000 Subject: [PATCH] Revert "Add tzdata do the Bazel mixed build prod mode allowlist." This reverts commit ff387e55fc71aae146393eee28abe79705bf8580. Reason for revert: breaks aosp-riscv target https://android-build.googleplex.com/builds/submitted/9347261/aosp_riscv64-userdebug/latest/view/logs/build_error.log Change-Id: I789d0af91ab18185fbbe68616c6e10f59be4169c --- 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 bfa0a6e26..2e4068da5 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{"com.android.tzdata"} + ProdMixedBuildsEnabledList = []string{} // Staging-mode allowlist. Modules in this list are only built // by Bazel with --bazel-mode-staging. This list should contain modules