Searched refs:Exclude_srcs (Results 1 – 10 of 10) sorted by relevance
/build/soong/android/ |
D | filegroup.go | 31 Exclude_srcs []string `android:"path"` member 63 fg.srcs = PathsForModuleSrcExcludes(ctx, fg.properties.Srcs, fg.properties.Exclude_srcs)
|
D | variable.go | 66 Exclude_srcs []string 121 Exclude_srcs []string
|
D | paths_test.go | 714 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/ |
D | ndk_headers.go | 76 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)
|
D | compiler.go | 38 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)
|
D | cc.go | 2040 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/ |
D | python.go | 50 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/ |
D | genrule.go | 98 Exclude_srcs []string `android:"path,arch_variant"` member 258 …ps := android.PathsAndMissingDepsForModuleSrcExcludes(ctx, []string{in}, g.properties.Exclude_srcs)
|
/build/soong/java/ |
D | java.go | 71 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)
|
D | droiddoc.go | 169 Exclude_srcs []string `android:"path,arch_variant"` member 697 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
|