Home
last modified time | relevance | path

Searched refs:Vendor (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dlibrary.go90 Vendor struct {
159 if ctx.Vendor() && f.Properties.Target.Vendor.Export_include_dirs != nil {
160 return android.PathsForModuleSrc(ctx, f.Properties.Target.Vendor.Export_include_dirs)
349 …ndkSourceAbiDump() || (library.sabi.Properties.CreateSAbiDumps && ctx.Device())) && !ctx.Vendor() {
594 if len(objs.sAbiDumpFiles) > 0 && ctx.createVndkSourceAbiDump() && !ctx.Vendor() {
Dcompiler.go118 Vendor struct {
446 compiler.Properties.Target.Vendor.Srcs...)
449 compiler.Properties.Target.Vendor.Exclude_srcs...)
Dcc.go368 func (ctx *moduleContext) Vendor() bool { func
369 return ctx.ModuleContext.Vendor() || ctx.moduleContextImpl.mod.Properties.UseVndk
1150 if Bool(m.Properties.Vendor_available) && mctx.Vendor() {
1168 } else if mctx.Vendor() && m.Properties.Sdk_version == "" {
/build/soong/android/
Dmodule.go62 Vendor() bool methodSpec
146 Vendor bool member
467 vendor: a.commonProperties.Proprietary || a.commonProperties.Vendor,
633 func (a *androidBaseContextImpl) Vendor() bool { func
Dandroidmk.go237 if amod.commonProperties.Vendor {
Dpaths.go676 if ctx.Vendor() {