Searched refs:Vendor (Results 1 – 6 of 6) sorted by relevance
/build/soong/cc/ |
D | linker.go | 99 Vendor struct { 238 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Vendor.Shared_libs...) 239 …deps.SharedLibs = removeListFromList(deps.SharedLibs, linker.Properties.Target.Vendor.Exclude_shar… 240 …moveListFromList(deps.ReexportSharedLibHeaders, linker.Properties.Target.Vendor.Exclude_shared_lib… 241 deps.StaticLibs = append(deps.StaticLibs, linker.Properties.Target.Vendor.Static_libs...) 242 …deps.StaticLibs = removeListFromList(deps.StaticLibs, linker.Properties.Target.Vendor.Exclude_stat… 243 …deps.HeaderLibs = removeListFromList(deps.HeaderLibs, linker.Properties.Target.Vendor.Exclude_head… 244 …moveListFromList(deps.ReexportStaticLibHeaders, linker.Properties.Target.Vendor.Exclude_static_lib… 245 …deps.WholeStaticLibs = removeListFromList(deps.WholeStaticLibs, linker.Properties.Target.Vendor.Ex… 246 …deps.RuntimeLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Vendor.Exclude_ru… [all …]
|
D | library.go | 78 Vendor struct { 166 Vendor struct { 247 if ctx.useVndk() && f.Properties.Target.Vendor.Override_export_include_dirs != nil { 248 return android.PathsForModuleSrc(ctx, f.Properties.Target.Vendor.Override_export_include_dirs) 714 suffix = String(library.Properties.Target.Vendor.Suffix) 824 …eListFromList(deps.WholeStaticLibs, library.baseLinker.Properties.Target.Vendor.Exclude_static_lib… 825 …deps.SharedLibs = removeListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Vendor.… 826 …deps.StaticLibs = removeListFromList(deps.StaticLibs, library.baseLinker.Properties.Target.Vendor.… 827 …List(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Vendor.Exclude_shared_lib… 828 …List(deps.ReexportStaticLibHeaders, library.baseLinker.Properties.Target.Vendor.Exclude_static_lib…
|
D | compiler.go | 141 Vendor struct { 267 CheckBadCompilerFlags(ctx, "vendor.cflags", compiler.Properties.Target.Vendor.Cflags) 440 flags.Local.CFlags = append(flags.Local.CFlags, esc(compiler.Properties.Target.Vendor.Cflags)...)
|
D | cc.go | 2930 lib.baseCompiler.Properties.Target.Vendor.Srcs...) 2933 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...)
|
/build/soong/android/ |
D | module.go | 397 Vendor *bool member 891 …return Bool(m.commonProperties.Vendor) || Bool(m.commonProperties.Proprietary) || Bool(m.commonPro… 1117 …var socSpecific = Bool(m.commonProperties.Vendor) || Bool(m.commonProperties.Proprietary) || Bool(… 1125 if Bool(m.commonProperties.Vendor) { 1150 if Bool(m.commonProperties.Vendor) { 1795 m.commonProperties.Vendor = boolPtr(false) 1807 m.commonProperties.Vendor = boolPtr(false)
|
D | androidmk.go | 275 if Bool(amod.commonProperties.Vendor) || Bool(amod.commonProperties.Soc_specific) {
|