Home
last modified time | relevance | path

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

/build/soong/java/
Ddroidstubs.go953 type PrebuiltStubsSources struct { struct
954 android.ModuleBase
955 android.DefaultableModuleBase
956 prebuilt android.Prebuilt
958 properties PrebuiltStubsSourcesProperties
960 stubsSrcJar android.Path
963 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) {
972 func (d *PrebuiltStubsSources) StubsSrcJar() android.Path {
976 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1012 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt {
[all …]