Searched refs:IsVndk (Results 1 – 9 of 9) sorted by relevance
54 IsVndk() bool methodSpec
83 ((c.IsVndk() && c.UseVndk()) || c.isLlndk(mctx.Config()) ||
538 if isVendorProprietaryPath(moduleDir) && !m.IsVndk() {582 if !m.IsVndk() {886 if !module.IsVndk() {
898 func (c *Module) IsVndk() bool { func947 return c.IsVndk() || Bool(c.VendorProperties.Vendor_available)1095 (ctx.mod.HasVendorVariant() && ctx.mod.inProduct() && !ctx.mod.IsVndk())1100 (ctx.mod.HasVendorVariant() && ctx.mod.inVendor() && !ctx.mod.IsVndk())1175 return ctx.mod.IsVndk()2573 if c.IsVndk() {2585 …if ctx.DeviceConfig().VndkUseCoreVariant() && ccDep.IsVndk() && !ccDep.MustUseVendorVariant() && !…2777 if c.IsVndk() && !c.isVndkExt() {3149 if !m.IsVndk() {
383 return lib.shared() && m.inVendor() && m.IsVndk() && !m.isVndkExt() && !useCoreVariant538 if m.VndkVersion() == config.PlatformVndkVersion() && m.IsVndk() && !m.isVndkExt() {
101 if c.IsVndk() && !c.static() {
243 if !mod.IsVndk() {
711 if c, ok := child.(*cc.Module); ok && c.IsVndk() {2164 if cc.UseVndk() && proptools.Bool(a.properties.Use_vndk_as_stable) && cc.IsVndk() {
202 func (mod *Module) IsVndk() bool { func