Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Ddroidstubs.go756 var _ android.PrebuiltInterface = (*PrebuiltStubsSources)(nil)
762 type PrebuiltStubsSources struct { struct
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 {
837 module := &PrebuiltStubsSources{}