Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go362 func DirectlyInAnyApex(ctx hostContext, moduleName string) bool { func
/build/soong/cc/
Dvndk.go820 if android.DirectlyInAnyApex(&notOnHostContext{}, lib) && !isBionic(lib) {
Dandroidmk.go300 …android.DirectlyInAnyApex(ctx, ctx.Name()) && !ctx.InRamdisk() && !ctx.InRecovery() && !ctx.UseVnd…
Dlibrary.go1254 …} else if len(library.Properties.Stubs.Versions) > 0 && android.DirectlyInAnyApex(ctx, ctx.ModuleN…
1265 …} else if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && ctx.isLlndk(ctx.Config()) && !isBion…
Dcc.go1576 android.DirectlyInAnyApex(ctx, ctx.baseModuleName()) && !c.InRamdisk() &&
2348 depInPlatform := !android.DirectlyInAnyApex(ctx, depName)
/build/soong/java/
Djava.go676 if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && !isJacocoAgent && !j.IsForPlatform() {
1649 if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && !j.IsForPlatform() {
/build/soong/apex/
Dapex.go2178 if !android.DirectlyInAnyApex(ctx, depName) {