Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk.go383 return lib.shared() && m.inVendor() && m.IsVndk() && !m.isVndkExt() && !useCoreVariant
531 if !m.inVendor() || !m.installable() || m.isSnapshotPrebuilt() {
Dcc.go336 inVendor() bool methodSpec
966 func (c *Module) inVendor() bool { func
1100 (ctx.mod.HasVendorVariant() && ctx.mod.inVendor() && !ctx.mod.IsVndk())
1202 func (ctx *moduleContextImpl) inVendor() bool { func
1203 return ctx.mod.inVendor()
Dvendor_snapshot.go548 if !m.IsForPlatform() || m.isSnapshotPrebuilt() || !m.inVendor() {