Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk.go67 func (vndk *vndkdep) isVndk() bool { func
84 if !vndk.isVndk() {
103 if !vndk.isVndk() {
134 if to.vndkdep == nil || !to.vndkdep.isVndk() {
167 if to.isVndk() && !to.isVndkSp() {
175 if from.isVndk() {
185 if !to.isVndk() {
225 if m.vndkdep.isVndk() && !m.vndkdep.isVndkExt() {
Dsabi.go81 ((c.isVndk() && c.useVndk()) || inList(c.Name(), llndkLibraries) ||
Dvndk_prebuilt.go143 } else if ctx.isVndk() {
Dcc.go250 isVndk() bool methodSpec
526 func (c *Module) isVndk() bool { func
528 return vndkdep.isVndk()
575 return c.isVndk() || Bool(c.VendorProperties.Vendor_available)
635 (ctx.mod.hasVendorVariant() && ctx.mod.useVndk() && !ctx.mod.isVndk())
700 func (ctx *moduleContextImpl) isVndk() bool { func
701 return ctx.mod.isVndk()
757 if ctx.useVndk() && ctx.isVndk() && !ctx.isVndkPrivate() {
1793 if ctx.DeviceConfig().VndkUseCoreVariant() && ccDep.isVndk() && !ccDep.mustUseVendorVariant() {
2123 if vndkdep.isVndk() {
Dlibrary.go923 } else if ctx.isVndk() {
931 if ctx.isVndk() && !ctx.isVndkExt() {
Dsanitize.go337 if ctx.isVndk() && ctx.useVndk() {
Dcc_test.go281 if !mod.isVndk() {