Searched refs:Exclude_srcs (Results 1 – 11 of 11) sorted by relevance
/build/soong/cc/ |
D | image.go | 476 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, 477 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...) 493 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, 494 lib.baseCompiler.Properties.Target.Product.Exclude_srcs...) 510 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, 511 lib.baseCompiler.Properties.Target.Recovery.Exclude_srcs...) 520 …r.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, lib.baseCompiler.Prop… 526 …piler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, lib.baseCompiler.…
|
D | ndk_headers.go | 72 Exclude_srcs []string `android:"path"` member 127 m.srcPaths = android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs) 305 Exclude_srcs []string member 332 m.srcPaths = android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
|
D | compiler.go | 50 Exclude_srcs []string `android:"path,arch_variant"` member 183 Exclude_srcs []string `android:"path"` 200 Exclude_srcs []string `android:"path"` 213 Exclude_srcs []string `android:"path"` 366 … android.PathsForModuleSrcExcludes(ctx, compiler.Properties.Srcs, compiler.Properties.Exclude_srcs)
|
/build/soong/android/ |
D | filegroup.go | 42 Exclude_srcs proptools.Configurable[[]string] `android:"path"` member 93 …xcludes(ctx, fg.properties.Srcs.GetOrDefault(ctx, nil), fg.properties.Exclude_srcs.GetOrDefault(ct…
|
D | variable.go | 142 Exclude_srcs []string 170 Exclude_srcs []string `android:"arch_variant"` 182 Exclude_srcs []string `android:"arch_variant"`
|
D | paths_test.go | 1126 Exclude_srcs []string `android:"path"` 1152 …s, p.missingDeps = PathsAndMissingDepsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs) 1154 srcs = PathsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
|
/build/soong/java/ |
D | generated_java_library.go | 98 checkPropertyEmpty(ctx, module, "exclude_srcs", module.Library.properties.Exclude_srcs)
|
D | droiddoc.go | 50 Exclude_srcs []string `android:"path,arch_variant"` member 431 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
|
D | base.go | 59 Exclude_srcs []string `android:"path,arch_variant"` member 1132 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs) 2068 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
|
/build/soong/python/ |
D | python.go | 57 Exclude_srcs []string `android:"path,arch_variant"` member 87 Exclude_srcs []string `android:"path,arch_variant"` member 424 …xpandedSrcs := android.PathsForModuleSrcExcludes(ctx, p.properties.Srcs, p.properties.Exclude_srcs)
|
/build/soong/genrule/ |
D | genrule.go | 145 Exclude_srcs []string `android:"path,arch_variant"` member 399 srcFiles := addLabelsForInputs("srcs", g.properties.Srcs, g.properties.Exclude_srcs)
|