Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go490 includeTops []string member
536 includeTops: []string{},
872 needsWarning = pathPattern[0] == "" && len(ctx.includeTops) == 0
873 } else if len(ctx.includeTops) > 0 {
910 if len(ctx.includeTops) > 0 {
911 for i, top := range ctx.includeTops {
2035 ctx.includeTops = []string{}
2068 for _, top := range ctx.includeTops {
2073 ctx.includeTops = append(ctx.includeTops, p)