Home
last modified time | relevance | path

Searched refs:InApexVariants (Results 1 – 13 of 13) sorted by relevance

/build/soong/android/
Dapex_test.go39 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 …]
Dapex.go62 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/
Dclasspath_element.go130 for _, apex := range apexInfo.InApexVariants {
152 for _, apex := range apexInfo.InApexVariants {
171 library, apexInfo.InApexVariants, fragments)
Dhiddenapi_singleton.go174 if len(apexInfo.InApexVariants) != 0 {
Dplatform_bootclasspath.go260 … %q is not allowed in the platform bootclasspath", ctx.OtherModuleName(m), apexInfo.InApexVariants)
Ddexpreopt.go220 …_, apexVariantsWithoutTestApexes, _ := android.ListSetDifference(apexInfo.InApexVariants, apexInfo…
Dtesting.go659 apex = apexInfo.InApexVariants[0]
Dbootclasspath_fragment.go533 for _, apex := range apexInfo.InApexVariants {
Dsdk_library.go2335 …return len(otherApexInfo.InApexVariants) > 0 && reflect.DeepEqual(apexInfo.InApexVariants, otherAp…
Ddexpreopt_bootjars.go578 for _, apex := range apexInfo.InApexVariants {
/build/soong/apex/
Dprebuilt.go458 InApexVariants: []string{apexVariationName},
Dapex.go1039 InApexVariants: []string{apexVariationName},
1822 externalDep := !android.InList(ctx.ModuleName(), ai.InApexVariants)
/build/soong/cc/
Dcc.go3281 for _, an := range depApexInfo.InApexVariants {