Merge "Add adbd to mixed build prod allowlist"

This commit is contained in:
Christopher Parsons 2022-09-08 18:13:51 +00:00 committed by Gerrit Code Review
commit 300e2493e7

View file

@ -1082,7 +1082,6 @@ var (
}
ProdMixedBuildsEnabledList = []string{
// This list left intentionally empty for now. Add specific module names
// to have them built by Bazel in Prod Mixed Builds mode.
"com.android.adbd",
}
)