Searched defs:LabelListAttribute (Results 1 – 9 of 9) sorted by relevance
| /build/soong/bazel/ |
| D | properties.go | 687 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/ |
| D | gen.go | 194 …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) *…
|
| D | sysprop.go | 40 … android.Bp2buildMutatorContext, labels SyspropLibraryLabels, srcs bazel.LabelListAttribute, minSd…
|
| D | proto.go | 178 …2buildProto(ctx android.Bp2buildMutatorContext, m *Module, protoSrcs bazel.LabelListAttribute) bp2…
|
| D | bp2build.go | 116 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/ |
| D | proto.go | 151 …2buildProto(ctx android.Bp2buildMutatorContext, m *Module, protoSrcs bazel.LabelListAttribute) *ba…
|
| /build/soong/bp2build/ |
| D | configurability.go | 112 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, []selects, bool) {
|
| /build/soong/android/ |
| D | proto.go | 177 …ildProtoProperties(ctx Bp2buildMutatorContext, m *ModuleBase, srcs bazel.LabelListAttribute) (Bp2b…
|
| /build/soong/apex/ |
| D | apex.go | 3784 labelListAttr *bazel.LabelListAttribute) {
|