Searched refs:Jars (Results 1 – 6 of 6) sorted by relevance
/build/soong/java/ |
D | prebuilt_apis.go | 80 Jars []string 85 props.Jars = append(props.Jars, path)
|
D | jdeps.go | 76 dpInfo.Jars = android.FirstUniqueStrings(dpInfo.Jars)
|
D | sdk_library.go | 1680 Jars []string `android:"path"` member 1806 if len(scopeProperties.Jars) == 0 { 1829 Jars []string 1837 props.Jars = scopeProperties.Jars 1863 if len(scopeProperties.Jars) == 0 { 1942 if len(scopeProperties.Jars) == 0 { 2187 Jars android.Paths member 2207 properties.Jars = jars 2240 for _, p := range properties.Jars {
|
D | java.go | 2407 android.InitPrebuiltModule(module, &module.properties.Jars) 2540 Jars []string `android:"path,arch_variant"` member 2602 return j.properties.Jars 2622 jars := android.PathsForModuleSrc(ctx, j.properties.Jars) 2740 dpInfo.Jars = append(dpInfo.Jars, j.PrebuiltSrcs()...) 2770 android.InitPrebuiltModule(module, &module.properties.Jars) 2787 android.InitPrebuiltModule(module, &module.properties.Jars) 2796 Jars []string `android:"path"` member 2821 return j.properties.Jars 2845 if len(j.properties.Jars) != 1 { [all …]
|
D | robolectric.go | 341 Jars []string `android:"path"` member 366 files := android.PathsForModuleSrc(ctx, r.props.Jars)
|
/build/soong/android/ |
D | module.go | 2428 Jars []string `json:"jars,omitempty"` member
|