Searched refs:Jars (Results 1 – 6 of 6) sorted by relevance
/build/soong/java/ |
D | jdeps.go | 76 dpInfo.Jars = android.FirstUniqueStrings(dpInfo.Jars)
|
D | java.go | 973 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 …]
|
D | prebuilt_apis.go | 95 Jars []string 101 props.Jars = append(props.Jars, path)
|
D | sdk_library.go | 1872 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 {
|
D | robolectric.go | 359 Jars []string `android:"path"` member 388 files := android.PathsForModuleSrc(ctx, r.props.Jars)
|
/build/soong/android/ |
D | module.go | 3117 Jars []string `json:"jars,omitempty"` member
|