Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go497 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !ctx.Host() && ctx.directlyInAnyApex(…
Dlibrary.go1659 } else if library.hasStubsVariants() && !ctx.Host() && ctx.directlyInAnyApex() {
1671 } else if ctx.directlyInAnyApex() && ctx.IsLlndk() && !isBionic(ctx.baseModuleName()) {
Dcc.go500 directlyInAnyApex() bool methodSpec
1506 func (ctx *moduleContextImpl) directlyInAnyApex() bool { func