Lines Matching refs:Prebuilt
49 prebuilt android.Prebuilt
57 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { func
89 type Prebuilt struct { struct
138 func (p *Prebuilt) installable() bool { argument
142 func (p *Prebuilt) OutputFiles(tag string) (android.Paths, error) { argument
151 func (p *Prebuilt) InstallFilename() string { argument
155 func (p *Prebuilt) Name() string { argument
161 module := &Prebuilt{}
168 func (p *Prebuilt) DepsMutator(ctx android.BottomUpMutatorContext) { argument
196 func (p *Prebuilt) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
198 p.inputApex = p.Prebuilt().SingleSourcePath(ctx)
228 func (p *Prebuilt) AndroidMkEntries() []android.AndroidMkEntries { argument