Lines Matching defs:PrebuiltStubsSources
1580 type PrebuiltStubsSources struct { struct
1581 android.ModuleBase
1582 android.DefaultableModuleBase
1583 embeddableInModuleAndImport
1585 prebuilt android.Prebuilt
1587 properties PrebuiltStubsSourcesProperties
1589 stubsSrcJar android.Path
1592 func (d *PrebuiltStubsSources) StubsSrcJar(_ StubsType) (android.Path, error) {
1596 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1642 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt {
1646 func (p *PrebuiltStubsSources) Name() string {