Searched defs:builderContext (Results 1 – 2 of 2) sorted by relevance
48 type builderContext struct { struct49 config android.Config52 func (x *builderContext) Config() android.Config { return x.config }53 func (x *builderContext) AddNinjaFileDeps(...string) {}54 func (x *builderContext) Build(android.PackageContext, android.BuildParams) {}55 …lderContext) Rule(android.PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule {
31 func builderContext() BuilderContext { func