Home
last modified time | relevance | path

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

/build/soong/android/
Dfilegroup.go31 Exclude_srcs []string `android:"path"` member
63 fg.srcs = PathsForModuleSrcExcludes(ctx, fg.properties.Srcs, fg.properties.Exclude_srcs)
Dvariable.go66 Exclude_srcs []string
121 Exclude_srcs []string
Dpaths_test.go714 Exclude_srcs []string `android:"path"`
740 …s, p.missingDeps = PathsAndMissingDepsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
742 srcs = PathsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
/build/soong/cc/
Dndk_headers.go76 Exclude_srcs []string `android:"path"` member
143 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
310 Exclude_srcs []string member
341 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
Dcompiler.go38 Exclude_srcs []string `android:"path,arch_variant"` member
143 Exclude_srcs []string `android:"path"`
156 Exclude_srcs []string `android:"path"`
261 … android.PathsForModuleSrcExcludes(ctx, compiler.Properties.Srcs, compiler.Properties.Exclude_srcs)
Dcc.go2040 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
2041 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...)
2050 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
2051 lib.baseCompiler.Properties.Target.Recovery.Exclude_srcs...)
/build/soong/python/
Dpython.go50 Exclude_srcs []string `android:"path,arch_variant"` member
81 Exclude_srcs []string `android:"path,arch_variant"` member
407 exclude_srcs := p.properties.Exclude_srcs
411 exclude_srcs = append(exclude_srcs, p.properties.Version.Py2.Exclude_srcs...)
414 exclude_srcs = append(exclude_srcs, p.properties.Version.Py3.Exclude_srcs...)
/build/soong/genrule/
Dgenrule.go98 Exclude_srcs []string `android:"path,arch_variant"` member
258 …ps := android.PathsAndMissingDepsForModuleSrcExcludes(ctx, []string{in}, g.properties.Exclude_srcs)
/build/soong/java/
Djava.go71 Exclude_srcs []string `android:"path,arch_variant"` member
967 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
1127 srcArgs, srcDeps := SourceFilesToJarArgs(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
Ddroiddoc.go169 Exclude_srcs []string `android:"path,arch_variant"` member
697 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)