Home
last modified time | relevance | path

Searched refs:OtherModuleDependencyTag (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/build/soong/android/
H A Dmodule.go159 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 Dpath_properties_test.go59 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
H A Ddefaults.go295 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
H A Dapex.go154 depTag := ctx.OtherModuleDependencyTag(dep)
657 if _, ok := mctx.OtherModuleDependencyTag(dep).(CopyDirectlyInAnyApexTag); ok {
H A Dpackaging.go205 if pi, ok := ctx.OtherModuleDependencyTag(child).(PackagingItem); !ok || !pi.IsPackagingItem() {
H A Dvisibility.go443 tag := ctx.OtherModuleDependencyTag(dep)
/aosp12/build/soong/cc/
H A Dpgo.go286 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
299 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
H A Dsabi.go194 depTag := mctx.OtherModuleDependencyTag(child)
H A Dlto.go171 tag := mctx.OtherModuleDependencyTag(dep)
H A Dcoverage.go112 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
/aosp12/build/soong/apex/
H A Dprebuilt.go169 tag := ctx.OtherModuleDependencyTag(child)
312 tag := ctx.OtherModuleDependencyTag(dep)
356 tag := mctx.OtherModuleDependencyTag(child)
567 tag := ctx.OtherModuleDependencyTag(child)
H A Dapex.go859 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 Dbootclasspath.go137 t := ctx.OtherModuleDependencyTag(module)
H A Dbootclasspath_fragment.go349 tag := ctx.OtherModuleDependencyTag(dep)
428 tag := ctx.OtherModuleDependencyTag(module)
911 tag := ctx.OtherModuleDependencyTag(to)
H A Dapp.go310 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 Daar.go417 depTag := ctx.OtherModuleDependencyTag(module)
552 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
H A Dsdk_library.go1213 tag := ctx.OtherModuleDependencyTag(to)
1559 depTag := mctx.OtherModuleDependencyTag(dep)
2114 depTag := mctx.OtherModuleDependencyTag(dep)
2147 tag := ctx.OtherModuleDependencyTag(to)
H A Dbase.go266 if staticLibTag == ctx.OtherModuleDependencyTag(dep) {
403 tag := ctx.OtherModuleDependencyTag(module)
1640 tag := ctx.OtherModuleDependencyTag(module)
/aosp12/build/blueprint/
H A Dvisit_test.go56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
H A Dmodule_ctx.go291 OtherModuleDependencyTag(m Module) DependencyTag
520 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
/aosp12/system/sepolicy/build/soong/
H A Dcil_compat_map.go87 depTag := ctx.OtherModuleDependencyTag(dep)
/aosp12/build/soong/dexpreopt/
H A Dconfig.go416 if parent == ctx.Module() && ctx.OtherModuleDependencyTag(child) == Dex2oatDepTag {
425 if parent == dex2oatModule && ctx.OtherModuleDependencyTag(child) == android.PrebuiltDepTag {
/aosp12/build/soong/sdk/
H A Dsdk.go541 tag := mctx.OtherModuleDependencyTag(dep)
/aosp12/build/soong/sh/
H A Dsh_binary.go372 depTag := ctx.OtherModuleDependencyTag(dep)
/aosp12/build/soong/rust/
H A Drust.go933 depTag := ctx.OtherModuleDependencyTag(dep)
1310 depTag := ctx.OtherModuleDependencyTag(dep)

12