Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go48 var PrebuiltDepTag prebuiltDependencyTag var
56 var _ ExcludeFromVisibilityEnforcementTag = PrebuiltDepTag
57 var _ ExcludeFromApexContentsTag = PrebuiltDepTag
302 ctx.AddReverseDependency(ctx.Module(), PrebuiltDepTag, name)
320 ctx.VisitDirectDepsWithTag(PrebuiltDepTag, func(prebuiltModule Module) {
Doverride_module.go246 ctx.VisitDirectDepsWithTag(PrebuiltDepTag, func(dep Module) {
/build/soong/dexpreopt/
Dconfig.go425 if parent == dex2oatModule && ctx.OtherModuleDependencyTag(child) == android.PrebuiltDepTag {
/build/soong/apex/
Dapex.go1822 case android.PrebuiltDepTag: