Home
last modified time | relevance | path

Searched refs:DirectlyInAnyApex (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dapex.go193 func DirectlyInAnyApex(ctx hostContext, moduleName string) bool { func
/build/soong/cc/
Dandroidmk.go207 android.DirectlyInAnyApex(ctx, ctx.Name()) && !ctx.inRecovery() && !ctx.useVndk() &&
Dcc.go1000 android.DirectlyInAnyApex(ctx, ctx.baseModuleName()) &&
1648 depInPlatform := !android.DirectlyInAnyApex(ctx, depName)
Dlibrary.go937 …} else if len(library.Properties.Stubs.Versions) > 0 && android.DirectlyInAnyApex(ctx, ctx.ModuleN…
/build/soong/apex/
Dapex.go763 if !android.DirectlyInAnyApex(ctx, cc.Name()) && !android.InList(cc.Name(), a.externalDeps) {
/build/soong/java/
Djava.go1496 …if (Bool(j.properties.Installable) || ctx.Host()) && !android.DirectlyInAnyApex(ctx, ctx.ModuleNam…