Home
last modified time | relevance | path

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

/aosp12/build/soong/bazel/
H A Dproperties.go300 type LabelListAttribute struct { struct
302 Value LabelList
307 ArchValues labelListArchValues
312 OsValues labelListOsValues
322 func (attrs *LabelListAttribute) Append(other LabelListAttribute) {
/aosp12/build/soong/bp2build/
H A Dconfigurability.go49 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, selects, selects) {