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 | 125 Exclude_srcs []string 143 Exclude_srcs []string `android:"arch_variant"`
|
D | paths_test.go | 861 Exclude_srcs []string `android:"path"` 887 …s, p.missingDeps = PathsAndMissingDepsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs) 889 srcs = PathsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
|
/build/soong/cc/ |
D | ndk_headers.go | 74 Exclude_srcs []string `android:"path"` member 133 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs) 307 Exclude_srcs []string member 338 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
|
D | compiler.go | 44 Exclude_srcs []string `android:"path,arch_variant"` member 152 Exclude_srcs []string `android:"path"` 169 Exclude_srcs []string `android:"path"` 273 … android.PathsForModuleSrcExcludes(ctx, compiler.Properties.Srcs, compiler.Properties.Exclude_srcs)
|
D | cc.go | 3013 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, 3014 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...) 3026 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, 3027 lib.baseCompiler.Properties.Target.Recovery.Exclude_srcs...)
|
/build/soong/python/ |
D | python.go | 52 Exclude_srcs []string `android:"path,arch_variant"` member 83 Exclude_srcs []string `android:"path,arch_variant"` member 441 exclude_srcs := p.properties.Exclude_srcs 445 exclude_srcs = append(exclude_srcs, p.properties.Version.Py2.Exclude_srcs...) 448 exclude_srcs = append(exclude_srcs, p.properties.Version.Py3.Exclude_srcs...)
|
/build/soong/genrule/ |
D | genrule.go | 115 Exclude_srcs []string `android:"path,arch_variant"` member 286 …ps := android.PathsAndMissingDepsForModuleSrcExcludes(ctx, []string{in}, g.properties.Exclude_srcs)
|
/build/soong/java/ |
D | java.go | 154 Exclude_srcs []string `android:"path,arch_variant"` member 1318 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs) 1921 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
|
D | droiddoc.go | 80 Exclude_srcs []string `android:"path,arch_variant"` member 584 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
|