Home
last modified time | relevance | path

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

/build/soong/java/
Ddroidstubs.go756 var _ android.PrebuiltInterface = (*PrebuiltStubsSources)(nil)
762 type PrebuiltStubsSources struct { struct
773 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) { argument
782 func (d *PrebuiltStubsSources) StubsSrcJar() android.Path { argument
786 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
818 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt { argument
822 func (p *PrebuiltStubsSources) Name() string { argument
837 module := &PrebuiltStubsSources{}