Home
last modified time | relevance | path

Searched refs:customProps (Results 1 – 1 of 1) sorted by relevance

/build/soong/bp2build/
Dtesting.go19 type customProps struct { struct
39 props customProps
74 props customProps
102 module.AddProperties(&customProps{})
145 for arch, props := range m.GetArchProperties(ctx, &customProps{}) {
146 if archProps, ok := props.(*customProps); ok && archProps.Arch_paths != nil {