Lines Matching defs:PrebuiltStubsSources
2009 type PrebuiltStubsSources struct { struct
2010 android.ModuleBase
2011 android.DefaultableModuleBase
2012 prebuilt android.Prebuilt
2013 android.SdkBase
2015 properties PrebuiltStubsSourcesProperties
2018 srcDirs android.Paths
2019 stubsSrcJar android.ModuleOutPath
2022 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) {
2031 func (d *PrebuiltStubsSources) StubsSrcJar() android.Path {
2035 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2059 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt {
2063 func (p *PrebuiltStubsSources) Name() string {