Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go508 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !ctx.Host() && ctx.directlyInAnyApex(…
Dlibrary.go1765 if library.hasStubsVariants() && !ctx.Host() && ctx.directlyInAnyApex() {
1777 } else if ctx.directlyInAnyApex() && ctx.IsLlndk() && !isBionic(ctx.baseModuleName()) {
Dcc.go529 directlyInAnyApex() bool methodSpec
1703 func (ctx *moduleContextImpl) directlyInAnyApex() bool { func