Home
last modified time | relevance | path

Searched refs:PrebuiltDepTag (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dprebuilt.go47 var PrebuiltDepTag prebuiltDependencyTag var
55 var _ ExcludeFromVisibilityEnforcementTag = PrebuiltDepTag
56 var _ ExcludeFromApexContentsTag = PrebuiltDepTag
233 ctx.AddReverseDependency(ctx.Module(), PrebuiltDepTag, name)
252 ctx.VisitDirectDepsWithTag(PrebuiltDepTag, func(m Module) {
Doverride_module.go239 ctx.VisitDirectDepsWithTag(PrebuiltDepTag, func(dep Module) {
/build/soong/apex/
Dapex.go2145 case android.PrebuiltDepTag: