Merge "Add Go proto for metrics. The current output is different from head. Test: N/A"

This commit is contained in:
Mark Dacek
2022-05-11 23:46:27 +00:00
committed by Gerrit Code Review

View File

@@ -1303,7 +1303,7 @@ type MixedBuildsInfo struct {
// Modules that are enabled for Mixed Builds.
MixedBuildEnabledModules []string `protobuf:"bytes,1,rep,name=mixed_build_enabled_modules,json=mixedBuildEnabledModules" json:"mixed_build_enabled_modules,omitempty"`
// Modules that are not currently eligible for MixedBuilds
// Modules that are not enabled for MixedBuilds
MixedBuildDisabledModules []string `protobuf:"bytes,2,rep,name=mixed_build_disabled_modules,json=mixedBuildDisabledModules" json:"mixed_build_disabled_modules,omitempty"`
}