Lines Matching defs:PrebuiltStubsSources
953 type PrebuiltStubsSources struct { struct
954 android.ModuleBase
955 android.DefaultableModuleBase
956 prebuilt android.Prebuilt
958 properties PrebuiltStubsSourcesProperties
960 stubsSrcJar android.Path
963 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) {
972 func (d *PrebuiltStubsSources) StubsSrcJar() android.Path {
976 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1012 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt {
1016 func (p *PrebuiltStubsSources) Name() string {