/aosp_15_r20/build/soong/android/ |
H A D | base_module_context.go | 54 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag methodSpec 277 func (b *baseModuleContext) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag { func 278 return b.bp.OtherModuleDependencyTag(getWrappedModule(m)) 414 returnedTag := b.bp.OtherModuleDependencyTag(module) 457 if b.bp.OtherModuleDependencyTag(module) == tag { 473 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit… 481 …if aModule := b.validateAndroidModuleProxy(module, b.bp.OtherModuleDependencyTag(module), b.strict… 493 if b.bp.OtherModuleDependencyTag(module) == tag { 503 if b.bp.OtherModuleDependencyTag(module) == tag { 515 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit… [all …]
|
H A D | license_metadata.go | 73 if ctx.OtherModuleDependencyTag(dep) == DefaultsDepTag { 78 if ctx.OtherModuleDependencyTag(dep) == RequiredDepTag { 84 if isContainer || isInstallDepNeeded(dep, ctx.OtherModuleDependencyTag(dep)) { 88 depAnnotations := licenseAnnotationsFromTag(ctx.OtherModuleDependencyTag(dep))
|
H A D | container.go | 75 depTag := ctx.OtherModuleDependencyTag(dep) 84 depTag := ctx.OtherModuleDependencyTag(dep)
|
H A D | path_properties_test.go | 59 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
|
H A D | defaults.go | 298 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
|
H A D | aconfig_providers.go | 72 depTag := ctx.OtherModuleDependencyTag(module)
|
/aosp_15_r20/system/sepolicy/build/soong/ |
H A D | sepolicy_neverallow.go | 123 depTag := ctx.OtherModuleDependencyTag(child) 130 switch ctx.OtherModuleDependencyTag(child) {
|
H A D | cil_compat_map.go | 88 depTag := ctx.OtherModuleDependencyTag(dep)
|
/aosp_15_r20/build/soong/apex/ |
H A D | apex.go | 969 depTag := mctx.OtherModuleDependencyTag(child) 1655 depTag := ctx.OtherModuleDependencyTag(child) 1681 depTag := ctx.OtherModuleDependencyTag(child) 1887 depTag := ctx.OtherModuleDependencyTag(child) 2648 if tag := ctx.OtherModuleDependencyTag(module); tag == bcpfTag || tag == sscpfTag { 2662 tag := ctx.OtherModuleDependencyTag(module) 2751 if ctx.OtherModuleDependencyTag(module) != executableTag { 2900 tag := ctx.OtherModuleDependencyTag(dep) 2935 tag := ctx.OtherModuleDependencyTag(child)
|
H A D | prebuilt.go | 278 tag := ctx.OtherModuleDependencyTag(dep) 318 tag := mctx.OtherModuleDependencyTag(child) 482 tag := ctx.OtherModuleDependencyTag(child)
|
/aosp_15_r20/build/soong/java/ |
H A D | app.go | 491 if !IsJniDepTag(ctx.OtherModuleDependencyTag(m)) { 565 tag := ctx.OtherModuleDependencyTag(dep) 673 if ctx.OtherModuleDependencyTag(m) == staticLibTag { 1124 tag := ctx.OtherModuleDependencyTag(module) 1158 tag := ctx.OtherModuleDependencyTag(module) 1290 if IsJniDepTag(ctx.OtherModuleDependencyTag(dep)) { 1929 tag, isUsesLibTag := ctx.OtherModuleDependencyTag(m).(usesLibraryDependencyTag)
|
H A D | base.go | 371 if staticLibTag == ctx.OtherModuleDependencyTag(dep) { 649 tag := ctx.OtherModuleDependencyTag(module) 1950 depTag := ctx.OtherModuleDependencyTag(m) 2126 tag := ctx.OtherModuleDependencyTag(module) 2244 tag := ctx.OtherModuleDependencyTag(module) 2398 tag := ctx.OtherModuleDependencyTag(module) 2711 tag := ctx.OtherModuleDependencyTag(m)
|
H A D | bootclasspath.go | 134 t := ctx.OtherModuleDependencyTag(module)
|
H A D | sdk_library.go | 1415 tag := ctx.OtherModuleDependencyTag(to) 1640 depTag := mctx.OtherModuleDependencyTag(dep) 2063 depTag := mctx.OtherModuleDependencyTag(dep) 2098 tag := ctx.OtherModuleDependencyTag(to)
|
H A D | bootclasspath_fragment.go | 397 tag := ctx.OtherModuleDependencyTag(dep) 493 tag := ctx.OtherModuleDependencyTag(module)
|
/aosp_15_r20/build/blueprint/bootstrap/ |
H A D | bootstrap.go | 335 if ctx.OtherModuleDependencyTag(module) == pluginDepTag { 468 if ctx.OtherModuleDependencyTag(module) == pluginDepTag { 553 if ctx.OtherModuleDependencyTag(module) == pluginDepTag {
|
/aosp_15_r20/build/soong/aconfig/codegen/ |
H A D | aconfig_declarations_group.go | 80 tag := ctx.OtherModuleDependencyTag(dep)
|
/aosp_15_r20/build/soong/dexpreopt/ |
H A D | config.go | 512 if parent == ctx.Module() && ctx.OtherModuleDependencyTag(child) == Dex2oatDepTag { 521 if parent == dex2oatModule && ctx.OtherModuleDependencyTag(child) == android.PrebuiltDepTag {
|
/aosp_15_r20/build/blueprint/ |
H A D | visit_test.go | 56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
|
H A D | module_ctx.go | 338 OtherModuleDependencyTag(m Module) DependencyTag methodSpec 590 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
|
/aosp_15_r20/build/soong/tradefed_modules/ |
H A D | test_suite.go | 84 if _, ok := ctx.OtherModuleDependencyTag(child).(testSuiteTag); !ok {
|
/aosp_15_r20/build/soong/aconfig/ |
H A D | aconfig_declarations.go | 157 depTag := ctx.OtherModuleDependencyTag(dep)
|
/aosp_15_r20/build/soong/bpf/libbpf/ |
H A D | libbpf_prog.go | 177 depTag := ctx.OtherModuleDependencyTag(dep)
|
/aosp_15_r20/build/soong/cc/ |
H A D | coverage.go | 153 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
|
H A D | cc.go | 2862 depTag := ctx.OtherModuleDependencyTag(dep) 2888 depTag := ctx.OtherModuleDependencyTag(child) 2972 depTag := ctx.OtherModuleDependencyTag(dep) 3404 depTag := ctx.OtherModuleDependencyTag(dep) 3743 depTag := ctx.OtherModuleDependencyTag(dep)
|