Home
last modified time | relevance | path

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

/build/soong/android/
Dpath_properties.go49 ctx.AddDependency(ctx.Module(), SourceDepTag, deps...)
Ddefaults.go127 ctx.AddDependency(ctx.Module(), DefaultsDepTag, defaultable.defaults().Defaults...)
Doverride_module.go174 ctx.AddDependency(ctx.Module(), overrideBaseDepTag, *module.getOverrideModuleProperties().Base)
Dmutator.go158 AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) methodSpec
Dnamespace_test.go708 ctx.AddDependency(ctx.Module(), nil, d)
Dmodule.go1442 ctx.AddDependency(ctx.Module(), SourceDepTag, deps...)
1452 ctx.AddDependency(ctx.Module(), SourceDepTag, m)
/build/blueprint/
Dvisit_test.go49 ctx.AddDependency(ctx.Module(), visitTagDep, m.properties.Visit...)
Dmodule_ctx.go606 AddDependency(module Module, tag DependencyTag, name ...string) methodSpec
711 func (mctx *mutatorContext) AddDependency(module Module, tag DependencyTag, deps ...string) { func
Dcontext.go1391 ctx.AddDependency(ctx.Module(), nil, dynamicDeps...)
/build/soong/java/
Dapp.go154 ctx.AddDependency(ctx.Module(), certificateTag, cert)
160 ctx.AddDependency(ctx.Module(), certificateTag, cert)
Ddroiddoc.go864 ctx.AddDependency(ctx.Module(), droiddocTemplateTag, String(d.properties.Custom_template))
1292 ctx.AddDependency(ctx.Module(), metalavaMergeAnnotationsDirTag, mergeAnnotationsDir)
1298 …ctx.AddDependency(ctx.Module(), metalavaMergeInclusionAnnotationsDirTag, mergeInclusionAnnotations…
1304 ctx.AddDependency(ctx.Module(), metalavaAPILevelsAnnotationsDirTag, apiLevelsAnnotationsDir)
/build/soong/cc/
Dcc.go1342 actx.AddDependency(c, genSourceDepTag, deps.GeneratedSources...)
1349 actx.AddDependency(c, depTag, gen)
1361 actx.AddDependency(c, linkerFlagsDepTag, deps.LinkerFlagsFile)
1364 actx.AddDependency(c, dynamicLinkerDepTag, deps.DynamicLinker)
/build/soong/apex/
Dapex.go526 ctx.AddDependency(ctx.Module(), keyTag, String(a.properties.Key))
530 ctx.AddDependency(ctx.Module(), certificateTag, cert)