Home
last modified time | relevance | path

Searched refs:PrebuiltStubsSources (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Ddroiddoc.go2003 var _ android.PrebuiltInterface = (*PrebuiltStubsSources)(nil)
2009 type PrebuiltStubsSources struct { struct
2022 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) { argument
2031 func (d *PrebuiltStubsSources) StubsSrcJar() android.Path { argument
2035 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
2059 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt { argument
2063 func (p *PrebuiltStubsSources) Name() string { argument
2078 module := &PrebuiltStubsSources{}