Merge "Remove adbd from bazel prod allowlist"

This commit is contained in:
Christopher Parsons
2022-10-28 16:19:35 +00:00
committed by Gerrit Code Review

View File

@@ -1336,9 +1336,7 @@ var (
"prebuilt_currysrc_org.eclipse",
}
ProdMixedBuildsEnabledList = []string{
"com.android.adbd",
}
ProdMixedBuildsEnabledList = []string{}
// Staging builds should be entirely prod, plus some near-ready ones. Add the
// new ones to the first argument as needed.