Home
last modified time | relevance | path

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

123

/aosp_15_r20/build/soong/android/
H A Dbase_module_context.go54 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 Dlicense_metadata.go73 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 Dcontainer.go75 depTag := ctx.OtherModuleDependencyTag(dep)
84 depTag := ctx.OtherModuleDependencyTag(dep)
H A Dpath_properties_test.go59 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
H A Ddefaults.go298 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
H A Daconfig_providers.go72 depTag := ctx.OtherModuleDependencyTag(module)
/aosp_15_r20/system/sepolicy/build/soong/
H A Dsepolicy_neverallow.go123 depTag := ctx.OtherModuleDependencyTag(child)
130 switch ctx.OtherModuleDependencyTag(child) {
H A Dcil_compat_map.go88 depTag := ctx.OtherModuleDependencyTag(dep)
/aosp_15_r20/build/soong/apex/
H A Dapex.go969 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 Dprebuilt.go278 tag := ctx.OtherModuleDependencyTag(dep)
318 tag := mctx.OtherModuleDependencyTag(child)
482 tag := ctx.OtherModuleDependencyTag(child)
/aosp_15_r20/build/soong/java/
H A Dapp.go491 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 Dbase.go371 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 Dbootclasspath.go134 t := ctx.OtherModuleDependencyTag(module)
H A Dsdk_library.go1415 tag := ctx.OtherModuleDependencyTag(to)
1640 depTag := mctx.OtherModuleDependencyTag(dep)
2063 depTag := mctx.OtherModuleDependencyTag(dep)
2098 tag := ctx.OtherModuleDependencyTag(to)
H A Dbootclasspath_fragment.go397 tag := ctx.OtherModuleDependencyTag(dep)
493 tag := ctx.OtherModuleDependencyTag(module)
/aosp_15_r20/build/blueprint/bootstrap/
H A Dbootstrap.go335 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 Daconfig_declarations_group.go80 tag := ctx.OtherModuleDependencyTag(dep)
/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go512 if parent == ctx.Module() && ctx.OtherModuleDependencyTag(child) == Dex2oatDepTag {
521 if parent == dex2oatModule && ctx.OtherModuleDependencyTag(child) == android.PrebuiltDepTag {
/aosp_15_r20/build/blueprint/
H A Dvisit_test.go56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
H A Dmodule_ctx.go338 OtherModuleDependencyTag(m Module) DependencyTag methodSpec
590 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_suite.go84 if _, ok := ctx.OtherModuleDependencyTag(child).(testSuiteTag); !ok {
/aosp_15_r20/build/soong/aconfig/
H A Daconfig_declarations.go157 depTag := ctx.OtherModuleDependencyTag(dep)
/aosp_15_r20/build/soong/bpf/libbpf/
H A Dlibbpf_prog.go177 depTag := ctx.OtherModuleDependencyTag(dep)
/aosp_15_r20/build/soong/cc/
H A Dcoverage.go153 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
H A Dcc.go2862 depTag := ctx.OtherModuleDependencyTag(dep)
2888 depTag := ctx.OtherModuleDependencyTag(child)
2972 depTag := ctx.OtherModuleDependencyTag(dep)
3404 depTag := ctx.OtherModuleDependencyTag(dep)
3743 depTag := ctx.OtherModuleDependencyTag(dep)

123