Searched refs:OtherModuleDependencyVariantExists (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/build/soong/java/ |
H A D | bootclasspath.go | 91 if ctx.OtherModuleDependencyVariantExists(variations, name) { 98 if ctx.OtherModuleDependencyVariantExists(variations, prebuiltName) {
|
H A D | dexpreopt_bootjars.go | 560 if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, selected) { 562 …} else if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, android.RemoveOptionalPr…
|
/aosp_15_r20/build/soong/android/ |
H A D | base_module_context.go | 65 OtherModuleDependencyVariantExists(variations []blueprint.Variation, name string) bool methodSpec 281 func (b *baseModuleContext) OtherModuleDependencyVariantExists(variations []blueprint.Variation, na… func 282 return b.bp.OtherModuleDependencyVariantExists(variations, name)
|
/aosp_15_r20/build/soong/tradefed_modules/ |
H A D | test_suite.go | 63 if ctx.OtherModuleDependencyVariantExists(ctx.Config().BuildOSCommonTarget.Variations(), test) {
|
/aosp_15_r20/build/blueprint/ |
H A D | module_ctx.go | 360 OtherModuleDependencyVariantExists(variations []Variation, name string) bool methodSpec 631 func (m *baseModuleContext) OtherModuleDependencyVariantExists(variations []Variation, name string)… func
|
/aosp_15_r20/build/soong/rust/ |
H A D | rust.go | 1645 if actx.OtherModuleDependencyVariantExists(autoDepVariations, lib) { 1663 if actx.OtherModuleDependencyVariantExists(srcProviderVariations, lib) {
|
/aosp_15_r20/build/soong/cc/ |
H A D | cc.go | 2556 variationExists := actx.OtherModuleDependencyVariantExists(nil, lib)
|