Home
last modified time | relevance | path

Searched defs:BlueprintConfig (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/build/
Dsoong.go85 type BlueprintConfig struct { struct
86 toolDir string
87 soongOutDir string
88 outDir string
89 runGoTests bool
90 debugCompilation bool
91 subninjas []string
92 primaryBuilderInvocations []bootstrap.PrimaryBuilderInvocation
95 func (c BlueprintConfig) HostToolDir() string {
99 func (c BlueprintConfig) SoongOutDir() string {
[all …]