Home
last modified time | relevance | path

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

/build/soong/rust/
Dimage.go124 return mod.InVendor() && !mod.VendorVariantToOdm()
129 return mod.InVendor() && mod.VendorVariantToOdm()
191 func (mod *Module) InVendor() bool { func
197 return mod.InVendor() || mod.InProduct()
Dcompiler.go386 flags = CommonDefaultCfgFlags(flags, ctx.RustModule().InVendor(), ctx.RustModule().InProduct())
578 } else if ctx.RustModule().InVendor() {
Dandroidmk.go67 if mod.InVendor() {
Dbindgen.go199 if ctx.RustModule().InVendor() {
Drust.go1529 return r.Device() && (r.InVendor() || r.InProduct())
/build/soong/cc/
Dsabi.go131 if !m.InProduct() && !m.InVendor() {
145 if m.InVendor() {
Dstub_library.go58 if m.InVendor() {
Dimage.go64 return ctx.mod.InVendor()
89 return c.HasVendorVariant() && c.InVendor() && !c.VendorVariantToOdm()
94 return c.InVendor() && c.VendorVariantToOdm()
124 func (c *Module) InVendor() bool { func
131 return c.InVendor() || c.InProduct()
Dlinkable.go126 InVendor() bool methodSpec
263 } else if c.InVendor() {
Dfuzz.go441 if ccModule.InVendor() {
537 install, module.Host(), module.InVendor(), fuzzDir, archString)
555 …symbolsInstallDestination := SharedLibrarySymbolsInstallLocation(install, module.InVendor(), fuzzD…
Dandroidmk.go107 if c.InVendor() {
Dlibrary.go550 if m.InVendor() {
Dcc.go940 "InVendor": c.InVendor(),
/build/soong/etc/
Dprebuilt_etc.go286 func (p *PrebuiltEtc) InVendor() bool { func