Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go249 isVndkPrivate() bool methodSpec
518 return c.isLlndk() && !c.isVndkPrivate()
521 func (c *Module) isVndkPrivate() bool { func
696 func (ctx *moduleContextImpl) isVndkPrivate() bool { func
697 return ctx.mod.isVndkPrivate()
757 if ctx.useVndk() && ctx.isVndk() && !ctx.isVndkPrivate() {