Lines Matching defs:Prebuilt
1286 type Prebuilt struct { struct
1287 android.ModuleBase
1288 prebuilt android.Prebuilt
1290 properties PrebuiltProperties
1292 inputApex android.Path
1293 installDir android.OutputPath
1294 installFilename string
1295 outputApex android.WritablePath
1325 func (p *Prebuilt) installable() bool {
1329 func (p *Prebuilt) DepsMutator(ctx android.BottomUpMutatorContext) {
1374 func (p *Prebuilt) Srcs() android.Paths {
1378 func (p *Prebuilt) InstallFilename() string {
1382 func (p *Prebuilt) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1405 func (p *Prebuilt) Prebuilt() *android.Prebuilt { argument
1409 func (p *Prebuilt) Name() string {
1413 func (p *Prebuilt) AndroidMk() android.AndroidMkData {