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

View File

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