Searched refs:moduleListFile (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/bootstrap/ |
D | config.go | 111 moduleListFile string member
|
D | command.go | 137 moduleListFile: ModuleListFile,
|
D | bootstrap.go | 670 if s.config.moduleListFile != "" { 671 extraSharedFlagArray = append(extraSharedFlagArray, "-l", s.config.moduleListFile)
|
/build/soong/android/ |
D | writedocs.go | 48 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().moduleListFile))
|
D | config.go | 98 moduleListFile string // the path to the file which lists blueprint files to parse. member 320 func NewConfig(srcDir, buildDir string, moduleListFile string) (Config, error) { 332 moduleListFile: moduleListFile,
|
/build/blueprint/ |
D | context.go | 119 moduleListFile string member 606 c.moduleListFile = listFile 610 reader, err := c.fs.Open(c.moduleListFile)
|