Home
last modified time | relevance | path

Searched defs:BuildConfig (Results 1 – 3 of 3) sorted by relevance

/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go202BuildConfig *BuildConfig `protobuf:"bytes,23,opt,name=build_config,json=buildConfig" j… member
435 type BuildConfig struct { struct
436 … *bool `protobuf:"varint,1,opt,name=use_goma,json=useGoma" json:"use_goma,omitempty"`
437 … *bool `protobuf:"varint,2,opt,name=use_rbe,json=useRbe" json:"use_rbe,omitempty"`
438 … `protobuf:"varint,3,opt,name=force_use_goma,json=forceUseGoma" json:"force_use_goma,omitempty"`
439 XXX_NoUnkeyedLiteral struct{} `json:"-"`
440 XXX_unrecognized []byte `json:"-"`
441 XXX_sizecache int32 `json:"-"`
444 func (m *BuildConfig) Reset() { *m = BuildConfig{} }
445 func (m *BuildConfig) String() string { return proto.CompactTextString(m) }
[all …]
Dmetrics.proto113 message BuildConfig { message
/build/soong/ui/metrics/
Dmetrics.go111 func (m *Metrics) BuildConfig(b *soong_metrics_proto.BuildConfig) { func