Home
last modified time | relevance | path

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

/build/soong/rust/
Dimage.go121 …return ctx.ModuleContext.SocSpecific() || (ctx.RustModule().InVendor() && !ctx.RustModule().Vendor…
126 …return ctx.ModuleContext.DeviceSpecific() || (ctx.RustModule().InVendor() && ctx.RustModule().Vend…
181 func (mod *Module) InVendor() bool { func
/build/soong/cc/
Dlinkable.go138 InVendor() bool methodSpec
259 } else if c.InVendor() {
Dimage.go68 return ctx.mod.InVendor()
93 return c.HasVendorVariant() && c.InVendor() && !c.VendorVariantToOdm()
98 return c.InVendor() && c.VendorVariantToOdm()
128 func (c *Module) InVendor() bool { func
Dvndk.go379 return lib.shared() && m.InVendor() && m.IsVndk() && !m.IsVndkExt() && !useCoreVariant
606 …if !m.InVendor() || (!installable(m, apexInfo) && !m.IsLlndk()) || m.IsSnapshotPrebuilt() || !m.Ou…
Dsnapshot_prebuilt.go129 return m.InVendor
Dsanitize.go868 if !c.InVendor() {
Dcc.go2031 if c.InVendor() && c.VndkVersion() == actx.DeviceConfig().VndkVersion() {