Home
last modified time | relevance | path

Searched refs:Exclude_srcs (Results 1 – 11 of 11) sorted by relevance

/build/soong/cc/
Dimage.go476 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.…
Dndk_headers.go72 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)
Dcompiler.go50 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/
Dfilegroup.go42 Exclude_srcs proptools.Configurable[[]string] `android:"path"` member
93 …xcludes(ctx, fg.properties.Srcs.GetOrDefault(ctx, nil), fg.properties.Exclude_srcs.GetOrDefault(ct…
Dvariable.go142 Exclude_srcs []string
170 Exclude_srcs []string `android:"arch_variant"`
182 Exclude_srcs []string `android:"arch_variant"`
Dpaths_test.go1126 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/
Dgenerated_java_library.go98 checkPropertyEmpty(ctx, module, "exclude_srcs", module.Library.properties.Exclude_srcs)
Ddroiddoc.go50 Exclude_srcs []string `android:"path,arch_variant"` member
431 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
Dbase.go59 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/
Dpython.go57 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/
Dgenrule.go145 Exclude_srcs []string `android:"path,arch_variant"` member
399 srcFiles := addLabelsForInputs("srcs", g.properties.Srcs, g.properties.Exclude_srcs)