Searched defs:ReleaseConfig (Results 1 – 7 of 7) sorted by relevance
| /build/soong/cmd/release_config/release_config_lib/ |
| D | release_config.go | 48 type ReleaseConfig struct { struct 50 Name string 55 DeclarationIndex int 58 Contributions []*ReleaseConfigContribution 61 OtherNames []string 64 InheritNames []string 68 AconfigFlagsOnly bool 71 DisallowLunchUse bool 74 FlagArtifacts FlagArtifacts 77 FilesUsedMap map[string]bool [all …]
|
| /build/soong/cmd/release_config/release_config_proto/ |
| D | build_flags_src.pb.go | 393 type ReleaseConfig struct { struct 412 …me=release_config_type,json=releaseConfigType,enum=android.release_config_proto.ReleaseConfigType"… 416 …f:"varint,7,opt,name=disallow_lunch_use,json=disallowLunchUse" json:"disallow_lunch_use,omitempty"` 419 func (x *ReleaseConfig) Reset() { 428 func (x *ReleaseConfig) String() string { 432 func (*ReleaseConfig) ProtoMessage() {} 434 func (x *ReleaseConfig) ProtoReflect() protoreflect.Message { 447 func (*ReleaseConfig) Descriptor() ([]byte, []int) { 451 func (x *ReleaseConfig) GetName() string { 458 func (x *ReleaseConfig) GetInherits() []string { [all …]
|
| D | build_flags_src.proto | 120 message ReleaseConfig { message
|
| D | build_flags_out.pb.go | 354 …ReleaseConfig *ReleaseConfigArtifact `protobuf:"bytes,1,opt,name=release_config,json=releaseConfig… member
|
| /build/soong/aconfig/ |
| D | aconfig_declarations.go | 28 ReleaseConfig string member 73 ReleaseConfig string member
|
| /build/soong/cmd/release_config/build_flag/ |
| D | main.go | 80 func MarshalFlagDefaultValue(config *rc_lib.ReleaseConfig, name string) (ret string, err error) { 88 func MarshalFlagValue(config *rc_lib.ReleaseConfig, name string) (ret string, err error) {
|
| /build/soong/cmd/release_config/crunch_flags/ |
| D | main.go | 182 func ProcessBuildConfigs(dir, name string, paths []string, releaseProto *rc_proto.ReleaseConfig) er…
|