Home
last modified time | relevance | path

Searched refs:AddDependency (Results 1 – 20 of 20) sorted by relevance

/build/soong/android/
Dmutator.go207 AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) methodSpec
360 func (b *bottomUpMutatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag… func
361 b.bp.AddDependency(module, tag, name...)
Dpath_properties.go47 ctx.AddDependency(ctx.Module(), sourceOrOutputDepTag(t), m)
Dmodule_test.go156 ctx.AddDependency(ctx.Module(), nil, m.props.Deps...)
Dneverallow_test.go429 ctx.AddDependency(ctx.Module(), staticDepTag, lib)
Ddefaults.go297 ctx.AddDependency(ctx.Module(), DefaultsDepTag, defaultable.defaults().Defaults...)
Doverride_module.go249 ctx.AddDependency(ctx.Module(), overrideBaseDepTag, *module.getOverrideModuleProperties().Base)
Dmutator_test.go54 ctx.AddDependency(ctx.Module(), nil, m.props.Deps_missing_deps...)
Darch_test.go266 ctx.AddDependency(ctx.Module(), nil, m.props.Deps...)
Dnamespace_test.go723 ctx.AddDependency(ctx.Module(), nil, d)
Dmodule.go2177 ctx.AddDependency(ctx.Module(), sourceOrOutputDepTag(t), m)
2190 ctx.AddDependency(ctx.Module(), sourceOrOutputDepTag(t), m)
/build/blueprint/
Dvisit_test.go49 ctx.AddDependency(ctx.Module(), visitTagDep, m.properties.Visit...)
Dcontext_test.go136 mctx.AddDependency(mctx.Module(), walkerDepsTag{follow: false}, m.IgnoreDeps()...)
137 mctx.AddDependency(mctx.Module(), walkerDepsTag{follow: true}, m.Deps()...)
Dmodule_ctx.go781 AddDependency(module Module, tag DependencyTag, name ...string) methodSpec
962 func (mctx *mutatorContext) AddDependency(module Module, tag DependencyTag, deps ...string) { func
Dcontext.go1506 ctx.AddDependency(ctx.Module(), nil, dynamicDeps...)
/build/soong/apex/
Dvndk.go109 mctx.AddDependency(mctx.Module(), prebuiltTag, cc.VndkLibrariesTxtModules(vndkVersion)...)
Dapex.go1458 ctx.AddDependency(ctx.Module(), keyTag, String(a.properties.Key))
1462 ctx.AddDependency(ctx.Module(), certificateTag, cert)
/build/soong/java/
Dapp.go404 ctx.AddDependency(ctx.Module(), certificateTag, cert)
410 ctx.AddDependency(ctx.Module(), certificateTag, cert)
1379 ctx.AddDependency(ctx.Module(), certificateTag, cert)
1776 ctx.AddDependency(ctx.Module(), certificateTag, cert)
Ddroiddoc.go795 ctx.AddDependency(ctx.Module(), droiddocTemplateTag, String(d.properties.Custom_template))
1297 ctx.AddDependency(ctx.Module(), metalavaMergeAnnotationsDirTag, mergeAnnotationsDir)
1303 …ctx.AddDependency(ctx.Module(), metalavaMergeInclusionAnnotationsDirTag, mergeInclusionAnnotations…
1309 ctx.AddDependency(ctx.Module(), metalavaAPILevelsAnnotationsDirTag, apiLevelsAnnotationsDir)
Dsdk_library.go993 ctx.AddDependency(module, implLibraryTag, module.implLibraryModuleName())
997 ctx.AddDependency(module, xmlPermissionsFileTag, module.xmlPermissionsModuleName())
1887 ctx.AddDependency(module, xmlPermissionsFileTag, xmlPermissionsModuleName)
/build/soong/cc/
Dcc.go1995 actx.AddDependency(c, genSourceDepTag, deps.GeneratedSources...)
2002 actx.AddDependency(c, depTag, gen)
2016 actx.AddDependency(c, linkerFlagsDepTag, deps.LinkerFlagsFile)
2019 actx.AddDependency(c, dynamicLinkerDepTag, deps.DynamicLinker)