Lines Matching defs:PrebuiltStubsSources
762 type PrebuiltStubsSources struct { struct
763 android.ModuleBase
764 android.DefaultableModuleBase
765 prebuilt android.Prebuilt
766 android.SdkBase
768 properties PrebuiltStubsSourcesProperties
770 stubsSrcJar android.ModuleOutPath
773 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) {
782 func (d *PrebuiltStubsSources) StubsSrcJar() android.Path {
786 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
818 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt {
822 func (p *PrebuiltStubsSources) Name() string {