Searched defs:ReleaseConfig (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/build/soong/cmd/release_config/release_config_lib/ |
H A 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 FlagArtifacts FlagArtifacts 74 FilesUsedMap map[string]bool 77 ReleaseConfigArtifact *rc_proto.ReleaseConfigArtifact [all …]
|
/aosp_15_r20/build/soong/cmd/release_config/release_config_proto/ |
H A D | build_flags_src.pb.go | 393 type ReleaseConfig struct { struct 412 …me=release_config_type,json=releaseConfigType,enum=android.release_config_proto.ReleaseConfigType"… 415 func (x *ReleaseConfig) Reset() { 424 func (x *ReleaseConfig) String() string { 428 func (*ReleaseConfig) ProtoMessage() {} 430 func (x *ReleaseConfig) ProtoReflect() protoreflect.Message { 443 func (*ReleaseConfig) Descriptor() ([]byte, []int) { 447 func (x *ReleaseConfig) GetName() string { 454 func (x *ReleaseConfig) GetInherits() []string { 461 func (x *ReleaseConfig) GetAconfigValueSets() []string { [all …]
|
H A D | build_flags_src.proto | 120 message ReleaseConfig { message
|
H A D | build_flags_out.pb.go | 343 …ReleaseConfig *ReleaseConfigArtifact `protobuf:"bytes,1,opt,name=release_config,json=releaseConfig… member
|
/aosp_15_r20/build/soong/aconfig/ |
H A D | aconfig_declarations.go | 28 ReleaseConfig string member 73 ReleaseConfig string member
|
/aosp_15_r20/build/soong/cmd/release_config/build_flag/ |
H A 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) {
|
/aosp_15_r20/build/soong/cmd/release_config/crunch_flags/ |
H A D | main.go | 182 func ProcessBuildConfigs(dir, name string, paths []string, releaseProto *rc_proto.ReleaseConfig) er…
|
/aosp_15_r20/external/deqp/scripts/ |
H A D | make_release.py | 276 class ReleaseConfig: class
|
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1beta1/ |
H A D | dataform.proto | 1412 message ReleaseConfig { message
|