Home
last modified time | relevance | path

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

/build/soong/java/
Ddroidstubs.go1444 type PrebuiltStubsSources struct { struct
1445 android.ModuleBase
1446 android.DefaultableModuleBase
1447 embeddableInModuleAndImport
1449 prebuilt android.Prebuilt
1451 properties PrebuiltStubsSourcesProperties
1453 stubsSrcJar android.Path
1456 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) {
1467 func (d *PrebuiltStubsSources) StubsSrcJar(_ StubsType) (android.Path, error) {
1471 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]