Searched defs:Prebuilt (Results 1 – 7 of 7) sorted by relevance
42 type Prebuilt struct { struct43 properties PrebuiltProperties44 module Module45 srcs *[]string46 src *string49 func (p *Prebuilt) Name(name string) string {53 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path {77 func (p *Prebuilt) UsePrebuilt() bool {95 Prebuilt() *Prebuilt methodSpec165 func (p *Prebuilt) usePrebuilt(ctx TopDownMutatorContext, source Module) bool {[all …]
249 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
1286 type Prebuilt struct { struct1287 android.ModuleBase1288 prebuilt android.Prebuilt1290 properties PrebuiltProperties1292 inputApex android.Path1293 installDir android.OutputPath1294 installFilename string1295 outputApex android.WritablePath1325 func (p *Prebuilt) installable() bool {1329 func (p *Prebuilt) DepsMutator(ctx android.BottomUpMutatorContext) {[all …]
43 android.Prebuilt anonMember
827 func (c *Module) Prebuilt() *android.Prebuilt { func
513 func (a *AARImport) Prebuilt() *android.Prebuilt { func
1817 func (j *Import) Prebuilt() *android.Prebuilt { func1990 func (j *DexImport) Prebuilt() *android.Prebuilt { func