Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Ddroidstubs.go1460 type PrebuiltStubsSources struct { struct
1461 android.ModuleBase
1462 android.DefaultableModuleBase
1463 embeddableInModuleAndImport
1465 prebuilt android.Prebuilt
1467 properties PrebuiltStubsSourcesProperties
1469 stubsSrcJar android.Path
1472 func (d *PrebuiltStubsSources) StubsSrcJar(_ StubsType) (android.Path, error) {
1476 func (p *PrebuiltStubsSources) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1517 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt {
[all …]