Home
last modified time | relevance | path

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

12

/build/soong/android/
Dpackaging_test.go45 ctx.AddDependency(ctx.Module(), installDepTag{}, m.props.Deps...)
88 ctx.AddDependency(ctx.Module(), installDepTag{}, m.properties.Install_deps...)
Dlicense_sdk_member.go36 mctx.AddDependency(mctx.Module(), dependencyTag, names...)
Dlicense_kind_test.go141 ctx.AddDependency(m, licensekindTag{}, j.properties.License_kinds...)
Dpath_properties.go54 ctx.AddDependency(ctx.Module(), sourceOrOutputDepTag(t), m)
Dmutator.go300AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Mo… methodSpec
626 func (b *bottomUpMutatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag… func
627 return b.bp.AddDependency(module, tag, name...)
Dneverallow_test.go374 ctx.AddDependency(ctx.Module(), staticDepTag, lib)
Dmodule_test.go156 ctx.AddDependency(ctx.Module(), nil, m.props.Deps...)
Dmutator_test.go52 ctx.AddDependency(ctx.Module(), nil, m.props.Deps_missing_deps...)
Ddefaults.go284 ctx.AddDependency(ctx.Module(), DefaultsDepTag, defaultable.defaults().Defaults...)
Doverride_module.go256 ctx.AddDependency(ctx.Module(), overrideBaseDepTag, *module.getOverrideModuleProperties().Base)
Darch_test.go266 ctx.AddDependency(ctx.Module(), nil, m.props.Deps...)
Dbazel_paths.go295 This is likely because it was not added via AddDependency().
/build/soong/java/
Dsystemserver_classpath_fragment.go135 ctx.AddDependency(module, systemServerClasspathFragmentContentDepTag, name)
Drro.go101 ctx.AddDependency(ctx.Module(), certificateTag, cert)
Dapp_import.go159 ctx.AddDependency(ctx.Module(), certificateTag, cert)
165 ctx.AddDependency(ctx.Module(), certificateTag, cert)
Ddroidstubs.go231 ctx.AddDependency(ctx.Module(), metalavaMergeAnnotationsDirTag, mergeAnnotationsDir)
237 …ctx.AddDependency(ctx.Module(), metalavaMergeInclusionAnnotationsDirTag, mergeInclusionAnnotations…
243 ctx.AddDependency(ctx.Module(), metalavaAPILevelsAnnotationsDirTag, apiLevelsAnnotationsDir)
/build/blueprint/
Dprovider_test.go82 ctx.AddDependency(ctx.Module(), nil, p.properties.Deps...)
196 ctx.AddDependency(ctx.Module(), nil, i.properties.Deps...)
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.go854 AddDependency(module Module, tag DependencyTag, name ...string) []Module methodSpec
1113 func (mctx *mutatorContext) AddDependency(module Module, tag DependencyTag, deps ...string) []Modul… func
/build/soong/apex/
Dvndk.go94 mctx.AddDependency(mctx.Module(), prebuiltTag, cc.VndkLibrariesTxtModules(vndkVersion)...)
Dprebuilt.go299 ctx.AddDependency(module, exportedJavaLibTag, dep)
306 ctx.AddDependency(module, exportedBootclasspathFragmentTag, dep)
/build/soong/filesystem/
Dvbmeta.go102 ctx.AddDependency(ctx.Module(), vbmetaPartitionDep, v.properties.Partitions...)
Dbootimg.go102 ctx.AddDependency(ctx.Module(), bootimgRamdiskDep, ramdisk)
/build/soong/cc/
Dbp2build.go85 ctx.AddDependency(module, nil, android.SortedUniqueStrings(allDeps)...)

12