Home
last modified time | relevance | path

Searched defs:LabelListAttribute (Results 1 – 9 of 9) sorted by relevance

/build/soong/bazel/
Dproperties.go687 type LabelListAttribute struct { struct
689 Value LabelList
693 ConfigurableValues configurableLabelLists
700 ForceSpecifyEmptyList bool
706 EmitEmptyList bool
711 Prepend bool
741 func (lla *LabelListAttribute) Clone() *LabelListAttribute {
759 func (lla *LabelListAttribute) SetValue(list LabelList) {
764 …c (lla *LabelListAttribute) SetSelectValue(axis ConfigurationAxis, config string, list LabelList) {
780 func (lla *LabelListAttribute) SelectValue(axis ConfigurationAxis, config string) LabelList {
[all …]
/build/soong/cc/
Dgen.go194 …TargetModule(ctx android.Bp2buildMutatorContext, name string, srcs bazel.LabelListAttribute, opts …
232 …uildMutatorContext, moduleName string, minSdkVersion *string, srcs bazel.LabelListAttribute) *baze…
243 func createLabelAttributeCorrespondingToSrcs(baseLabelName string, srcs bazel.LabelListAttribute) *…
Dsysprop.go40 … android.Bp2buildMutatorContext, labels SyspropLibraryLabels, srcs bazel.LabelListAttribute, minSd…
Dproto.go178 …2buildProto(ctx android.Bp2buildMutatorContext, m *Module, protoSrcs bazel.LabelListAttribute) bp2…
Dbp2build.go116 func groupSrcsByExtension(ctx android.BazelConversionPathContext, srcs bazel.LabelListAttribute) ba…
903 aidlLabelList bazel.LabelListAttribute,
1186 …ing, apexAvailable []string, dynamicLibs bazel.LabelList, dynamicDeps *bazel.LabelListAttribute, i…
/build/soong/java/
Dproto.go151 …2buildProto(ctx android.Bp2buildMutatorContext, m *Module, protoSrcs bazel.LabelListAttribute) *ba…
/build/soong/bp2build/
Dconfigurability.go112 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, []selects, bool) {
/build/soong/android/
Dproto.go177 …ildProtoProperties(ctx Bp2buildMutatorContext, m *ModuleBase, srcs bazel.LabelListAttribute) (Bp2b…
/build/soong/apex/
Dapex.go3784 labelListAttr *bazel.LabelListAttribute) {