Searched refs:blueprintDir (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | androidmk.go | 377 blueprintDir := filepath.Dir(bpPath) 379 footerFunc(&a.footer, name, prefix, blueprintDir, a) 577 blueprintDir := filepath.Dir(ctx.BlueprintFile(mod)) 580 data.Custom(w, name, prefix, blueprintDir, data)
|
D | module.go | 770 blueprintDir string member 1201 m.blueprintDir = ctx.ModuleDir() 2318 blueprintDir := module.base().blueprintDir 2324 modulesInDir[blueprintDir] = append(modulesInDir[blueprintDir], checkbuildTarget) 2328 modulesInDir[blueprintDir] = append(modulesInDir[blueprintDir], installTarget)
|