Home
last modified time | relevance | path

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

/build/soong/java/
Ddroidstubs.go1580 type PrebuiltStubsSources struct { struct
1581 android.ModuleBase
1582 android.DefaultableModuleBase
1583 embeddableInModuleAndImport
1585 prebuilt android.Prebuilt
1587 properties PrebuiltStubsSourcesProperties
1589 stubsSrcJar android.Path
1592 func (d *PrebuiltStubsSources) StubsSrcJar(_ StubsType) (android.Path, error) {
1596 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1642 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt {
[all …]