Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dsoong.go102 type BlueprintConfig struct { struct
103 toolDir string
104 soongOutDir string
105 outDir string
106 runGoTests bool
107 debugCompilation bool
108 subninjas []string
109 primaryBuilderInvocations []bootstrap.PrimaryBuilderInvocation
112 func (c BlueprintConfig) HostToolDir() string {
116 func (c BlueprintConfig) SoongOutDir() string {
[all …]