Searched refs:InApexVariants (Results 1 – 13 of 13) sorted by relevance
/build/soong/android/ |
D | apex_test.go | 39 InApexVariants: []string{"foo"}, 48 InApexVariants: []string{"foo"}, 63 InApexVariants: []string{"foo"}, 70 InApexVariants: []string{"bar"}, 79 InApexVariants: []string{"foo", "bar"}, 93 InApexVariants: []string{"foo"}, 100 InApexVariants: []string{"bar"}, 109 InApexVariants: []string{"foo"}, 116 InApexVariants: []string{"bar"}, 132 InApexVariants: []string{"foo"}, [all …]
|
D | apex.go | 62 InApexVariants []string member 102 "InApexVariants": i.InApexVariants, 128 for _, a := range i.InApexVariants { 570 merged[index].InApexVariants = append(merged[index].InApexVariants, variantName) 581 apexInfo.InApexVariants = CopyOf(apexInfo.InApexVariants) 732 ret = append(ret, info.InApexVariants...)
|
/build/soong/java/ |
D | classpath_element.go | 130 for _, apex := range apexInfo.InApexVariants { 152 for _, apex := range apexInfo.InApexVariants { 171 library, apexInfo.InApexVariants, fragments)
|
D | hiddenapi_singleton.go | 174 if len(apexInfo.InApexVariants) != 0 {
|
D | platform_bootclasspath.go | 260 … %q is not allowed in the platform bootclasspath", ctx.OtherModuleName(m), apexInfo.InApexVariants)
|
D | dexpreopt.go | 220 …_, apexVariantsWithoutTestApexes, _ := android.ListSetDifference(apexInfo.InApexVariants, apexInfo…
|
D | testing.go | 659 apex = apexInfo.InApexVariants[0]
|
D | bootclasspath_fragment.go | 533 for _, apex := range apexInfo.InApexVariants {
|
D | sdk_library.go | 2335 …return len(otherApexInfo.InApexVariants) > 0 && reflect.DeepEqual(apexInfo.InApexVariants, otherAp…
|
D | dexpreopt_bootjars.go | 578 for _, apex := range apexInfo.InApexVariants {
|
/build/soong/apex/ |
D | prebuilt.go | 458 InApexVariants: []string{apexVariationName},
|
D | apex.go | 1039 InApexVariants: []string{apexVariationName}, 1822 externalDep := !android.InList(ctx.ModuleName(), ai.InApexVariants)
|
/build/soong/cc/ |
D | cc.go | 3281 for _, an := range depApexInfo.InApexVariants {
|