Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dandroidmk.go611 blueprintDir := ctx.ModuleDir(mod)
613 footerFunc(&a.footer, name, prefix, blueprintDir)
830 blueprintDir := filepath.Dir(ctx.BlueprintFile(mod))
852 data.Custom(w, name, prefix, blueprintDir, data)
H A Dmodule.go1178 blueprintDir string member
1678 m.blueprintDir = ctx.ModuleDir()
3001 blueprintDir := module.base().blueprintDir
3007 modulesInDir[blueprintDir] = append(modulesInDir[blueprintDir], checkbuildTarget)
3011 modulesInDir[blueprintDir] = append(modulesInDir[blueprintDir], installTarget)