Home
last modified time | relevance | path

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

/build/soong/java/
Djdeps.go76 dpInfo.Jars = android.FirstUniqueStrings(dpInfo.Jars)
Djava.go973 android.InitPrebuiltModule(module, &module.properties.Jars)
1128 Jars []string `android:"path,arch_variant"` member
1225 return j.properties.Jars
1267 jars := android.PathsForModuleSrc(ctx, j.properties.Jars)
1486 dpInfo.Jars = append(dpInfo.Jars, j.PrebuiltSrcs()...)
1527 android.InitPrebuiltModule(module, &module.properties.Jars)
1544 android.InitPrebuiltModule(module, &module.properties.Jars)
1553 Jars []string `android:"path"` member
1579 return j.properties.Jars
1610 if len(j.properties.Jars) != 1 {
[all …]
Dprebuilt_apis.go95 Jars []string
101 props.Jars = append(props.Jars, path)
Dsdk_library.go1872 Jars []string `android:"path"` member
2016 if len(scopeProperties.Jars) == 0 {
2039 Jars []string
2048 props.Jars = scopeProperties.Jars
2081 if len(scopeProperties.Jars) == 0 {
2183 if len(scopeProperties.Jars) == 0 {
2524 Jars android.Paths member
2544 properties.Jars = jars
2585 for _, p := range properties.Jars {
Drobolectric.go359 Jars []string `android:"path"` member
388 files := android.PathsForModuleSrc(ctx, r.props.Jars)
/build/soong/android/
Dmodule.go3117 Jars []string `json:"jars,omitempty"` member