Support subtracting sources from globs
Support -file or -path/glob in file lists that contain globs to subtract files from the resulting glob. Also move source file prefixing and handling into a common function. Change-Id: Ib6d74ce22f53cae7348c4ba35b779976d90359a6
This commit is contained in:
@@ -67,9 +67,7 @@ func (g *genSrcs) GenerateAndroidBuildActions(ctx common.AndroidModuleContext) {
|
||||
Command: g.properties.Cmd,
|
||||
})
|
||||
|
||||
srcFiles := g.properties.Srcs
|
||||
srcFiles = pathtools.PrefixPaths(srcFiles, common.ModuleSrcDir(ctx))
|
||||
srcFiles = common.ExpandGlobs(ctx, srcFiles)
|
||||
srcFiles := common.ExpandSources(ctx, g.properties.Srcs)
|
||||
|
||||
g.outputFiles = make([]string, 0, len(srcFiles))
|
||||
|
||||
|
Reference in New Issue
Block a user