Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go955useVndk := a.SocSpecific() || a.DeviceSpecific() || (a.ProductSpecific() && mctx.Config().EnforceP…
957 if !useVndk {
985 if useVndk && child.Name() == "libbinder" {
/build/soong/cc/
Dcc.go505 useVndk() bool methodSpec
1622 func (ctx *moduleContextImpl) useVndk() bool { func
Dlibrary.go945 …!ctx.inRamdisk() && !ctx.inVendorRamdisk() && !ctx.inRecovery() && !ctx.useVndk() && !ctx.static()…