Home
last modified time | relevance | path

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

/build/soong/java/
Dprebuilt_apis.go80 Jars []string
85 props.Jars = append(props.Jars, path)
Djdeps.go76 dpInfo.Jars = android.FirstUniqueStrings(dpInfo.Jars)
Dsdk_library.go1680 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 {
Djava.go2407 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 …]
Drobolectric.go341 Jars []string `android:"path"` member
366 files := android.PathsForModuleSrc(ctx, r.props.Jars)
/build/soong/android/
Dmodule.go2428 Jars []string `json:"jars,omitempty"` member