Searched refs:OtherModuleDependencyTag (Results 1 – 25 of 37) sorted by relevance
12
/aosp12/build/soong/android/ |
H A D | module.go | 159 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag 1510 if IsInstallDepNeeded(ctx.OtherModuleDependencyTag(dep)) && !dep.IsHideFromMake() { 1820 …ctx.validateAndroidModule(bm, ctx.OtherModuleDependencyTag(m), ctx.baseModuleContext.strictVisitDe… 2025 func (b *baseModuleContext) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag { func 2026 return b.bp.OtherModuleDependencyTag(m) 2287 returnedTag := b.bp.OtherModuleDependencyTag(aModule) 2293 returnedTag := b.bp.OtherModuleDependencyTag(module) 2337 if b.bp.OtherModuleDependencyTag(aModule) == tag { 2363 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit… 2372 if b.bp.OtherModuleDependencyTag(aModule) == tag { [all …]
|
H A D | path_properties_test.go | 59 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
|
H A D | defaults.go | 295 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
|
H A D | apex.go | 154 depTag := ctx.OtherModuleDependencyTag(dep) 657 if _, ok := mctx.OtherModuleDependencyTag(dep).(CopyDirectlyInAnyApexTag); ok {
|
H A D | packaging.go | 205 if pi, ok := ctx.OtherModuleDependencyTag(child).(PackagingItem); !ok || !pi.IsPackagingItem() {
|
H A D | visibility.go | 443 tag := ctx.OtherModuleDependencyTag(dep)
|
/aosp12/build/soong/cc/ |
H A D | pgo.go | 286 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok { 299 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
|
H A D | sabi.go | 194 depTag := mctx.OtherModuleDependencyTag(child)
|
H A D | lto.go | 171 tag := mctx.OtherModuleDependencyTag(dep)
|
H A D | coverage.go | 112 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
|
/aosp12/build/soong/apex/ |
H A D | prebuilt.go | 169 tag := ctx.OtherModuleDependencyTag(child) 312 tag := ctx.OtherModuleDependencyTag(dep) 356 tag := mctx.OtherModuleDependencyTag(child) 567 tag := ctx.OtherModuleDependencyTag(child)
|
H A D | apex.go | 859 depTag := mctx.OtherModuleDependencyTag(child) 1588 depTag := ctx.OtherModuleDependencyTag(child) 1656 depTag := ctx.OtherModuleDependencyTag(child) 2322 tag := ctx.OtherModuleDependencyTag(module)
|
/aosp12/build/soong/java/ |
H A D | bootclasspath.go | 137 t := ctx.OtherModuleDependencyTag(module)
|
H A D | bootclasspath_fragment.go | 349 tag := ctx.OtherModuleDependencyTag(dep) 428 tag := ctx.OtherModuleDependencyTag(module) 911 tag := ctx.OtherModuleDependencyTag(to)
|
H A D | app.go | 310 if !IsJniDepTag(ctx.OtherModuleDependencyTag(m)) { 435 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag { 747 tag := ctx.OtherModuleDependencyTag(module) 871 if IsJniDepTag(ctx.OtherModuleDependencyTag(dep)) { 1255 if tag, ok := ctx.OtherModuleDependencyTag(m).(usesLibraryDependencyTag); ok {
|
H A D | aar.go | 417 depTag := ctx.OtherModuleDependencyTag(module) 552 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
|
H A D | sdk_library.go | 1213 tag := ctx.OtherModuleDependencyTag(to) 1559 depTag := mctx.OtherModuleDependencyTag(dep) 2114 depTag := mctx.OtherModuleDependencyTag(dep) 2147 tag := ctx.OtherModuleDependencyTag(to)
|
H A D | base.go | 266 if staticLibTag == ctx.OtherModuleDependencyTag(dep) { 403 tag := ctx.OtherModuleDependencyTag(module) 1640 tag := ctx.OtherModuleDependencyTag(module)
|
/aosp12/build/blueprint/ |
H A D | visit_test.go | 56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
|
H A D | module_ctx.go | 291 OtherModuleDependencyTag(m Module) DependencyTag 520 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
|
/aosp12/system/sepolicy/build/soong/ |
H A D | cil_compat_map.go | 87 depTag := ctx.OtherModuleDependencyTag(dep)
|
/aosp12/build/soong/dexpreopt/ |
H A D | config.go | 416 if parent == ctx.Module() && ctx.OtherModuleDependencyTag(child) == Dex2oatDepTag { 425 if parent == dex2oatModule && ctx.OtherModuleDependencyTag(child) == android.PrebuiltDepTag {
|
/aosp12/build/soong/sdk/ |
H A D | sdk.go | 541 tag := mctx.OtherModuleDependencyTag(dep)
|
/aosp12/build/soong/sh/ |
H A D | sh_binary.go | 372 depTag := ctx.OtherModuleDependencyTag(dep)
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 933 depTag := ctx.OtherModuleDependencyTag(dep) 1310 depTag := ctx.OtherModuleDependencyTag(dep)
|
12