Searched refs:autogenTemplate (Results 1 – 1 of 1) sorted by relevance
/build/soong/tradefed/ |
D | autogen.go | 110 func autogenTemplate(ctx android.ModuleContext, output android.WritablePath, template string, confi… func 145 autogenTemplate(ctx, autogenPath, templatePath.String(), config) 148 autogenTemplate(ctx, autogenPath, "${NativeTestConfigTemplate}", config) 150 autogenTemplate(ctx, autogenPath, "${NativeHostTestConfigTemplate}", config) 179 autogenTemplate(ctx, autogenPath, templatePath.String(), configs) 181 autogenTemplate(ctx, autogenPath, "${NativeBenchmarkTestConfigTemplate}", configs) 194 autogenTemplate(ctx, autogenPath, templatePath.String(), nil) 197 autogenTemplate(ctx, autogenPath, "${JavaTestConfigTemplate}", nil) 199 autogenTemplate(ctx, autogenPath, "${JavaHostTestConfigTemplate}", nil) 214 autogenTemplate(ctx, autogenPath, templatePath.String(), nil) [all …]
|