Searched refs:inVendor (Results 1 – 3 of 3) sorted by relevance
383 return lib.shared() && m.inVendor() && m.IsVndk() && !m.isVndkExt() && !useCoreVariant531 if !m.inVendor() || !m.installable() || m.isSnapshotPrebuilt() {
336 inVendor() bool methodSpec966 func (c *Module) inVendor() bool { func1100 (ctx.mod.HasVendorVariant() && ctx.mod.inVendor() && !ctx.mod.IsVndk())1202 func (ctx *moduleContextImpl) inVendor() bool { func1203 return ctx.mod.inVendor()
548 if !m.IsForPlatform() || m.isSnapshotPrebuilt() || !m.inVendor() {