Searched refs:inVendor (Results 1 – 3 of 3) sorted by relevance
377 return lib.shared() && m.inVendor() && m.IsVndk() && !m.isVndkExt() && !useCoreVariant525 if !m.inVendor() || !m.installable() || m.isSnapshotPrebuilt() {
327 inVendor() bool methodSpec955 func (c *Module) inVendor() bool { func1089 (ctx.mod.HasVendorVariant() && ctx.mod.inVendor() && !ctx.mod.IsVndk())1191 func (ctx *moduleContextImpl) inVendor() bool { func1192 return ctx.mod.inVendor()
548 if !m.IsForPlatform() || m.isSnapshotPrebuilt() || !m.inVendor() {