Add Go proto for metrics. The current output is different from head.

Test: N/A

Change-Id: I3230bcec0136e4859118edee2e5e36ff502b2d0e
This commit is contained in:
MarkDacek
2022-05-11 21:55:53 +00:00
parent c275b81fc7
commit 5b08fe1e9e

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"`
}