diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 4df290ab8..0718da30f 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1351,7 +1351,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