Searched defs:BlueprintConfig (Results 1 – 1 of 1) sorted by relevance
85 type BlueprintConfig struct { struct86 toolDir string87 soongOutDir string88 outDir string89 runGoTests bool90 debugCompilation bool91 subninjas []string92 primaryBuilderInvocations []bootstrap.PrimaryBuilderInvocation95 func (c BlueprintConfig) HostToolDir() string {99 func (c BlueprintConfig) SoongOutDir() string {[all …]