Searched defs:BlueprintConfig (Results 1 – 1 of 1) sorted by relevance
102 type BlueprintConfig struct { struct103 toolDir string104 soongOutDir string105 outDir string106 runGoTests bool107 debugCompilation bool108 subninjas []string109 primaryBuilderInvocations []bootstrap.PrimaryBuilderInvocation112 func (c BlueprintConfig) HostToolDir() string {116 func (c BlueprintConfig) SoongOutDir() string {[all …]