Home
last modified time | relevance | path

Searched refs:stubsSrcJar (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dandroidmk.go486 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar),
493 if jd.stubsSrcJar != nil {
494 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", jd.stubsSrcJar)
504 OutputFile: android.OptionalPathForPath(ddoc.stubsSrcJar),
511 if ddoc.Javadoc.stubsSrcJar != nil {
512 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", ddoc.Javadoc.stubsSrcJar)
564 outputFile := android.OptionalPathForPath(dstubs.stubsSrcJar)
575 if dstubs.Javadoc.stubsSrcJar != nil {
576 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", dstubs.Javadoc.stubsSrcJar)
Ddroiddoc.go395 stubsSrcJar android.WritablePath member
401 return android.Paths{j.stubsSrcJar}, nil
708 j.stubsSrcJar = nil
1010 d.Javadoc.stubsSrcJar = android.PathForModuleOut(ctx, ctx.ModuleName()+"-"+"stubs.srcjar")
1071 FlagWithOutput("-o ", d.stubsSrcJar).
1254 return android.Paths{d.stubsSrcJar}, nil
1275 return d.stubsSrcJar
1547 d.Javadoc.stubsSrcJar = android.PathForModuleOut(ctx, ctx.ModuleName()+"-"+"stubs.srcjar")
1694 FlagWithOutput("-o ", d.Javadoc.stubsSrcJar).
2019 stubsSrcJar android.ModuleOutPath member
[all …]
Dsdk_library.go513 stubsSrcJar android.OptionalPath member
556 paths.stubsSrcJar = android.OptionalPathForPath(provider.StubsSrcJar())
715 if paths.stubsSrcJar.Valid() {
716 return android.Paths{paths.stubsSrcJar.Path()}, nil
2209 properties.StubsSrcJar = paths.stubsSrcJar.Path()