Home
last modified time | relevance | path

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

/build/soong/java/
Ddroidstubs.go762 type PrebuiltStubsSources struct { struct
763 android.ModuleBase
764 android.DefaultableModuleBase
765 prebuilt android.Prebuilt
766 android.SdkBase
768 properties PrebuiltStubsSourcesProperties
770 stubsSrcJar android.ModuleOutPath
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) {
[all …]