Home
last modified time | relevance | path

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

/build/soong/java/
Ddroiddoc.go164 Local_sourcepaths []string member
711 if j.properties.Local_sourcepaths == nil && len(j.srcFiles) > 0 {
712 j.properties.Local_sourcepaths = append(j.properties.Local_sourcepaths, ".")
714 j.sourcepaths = android.PathsForModuleSrc(ctx, j.properties.Local_sourcepaths)
891 if len(d.Javadoc.properties.Local_sourcepaths) > 0 {