Revert "Revert "Support filegroup in exclude_srcs""
This reverts commit 606e9de344
.
Reason for revert: <try to fix the broken build yesterday>
Change-Id: I2963b9af63c7c7398159e5e9a1e448266e1c81d5
Test: unittest
This commit is contained in:
@@ -202,6 +202,7 @@ func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
||||
deps.GeneratedHeaders = append(deps.GeneratedHeaders, compiler.Properties.Generated_headers...)
|
||||
|
||||
android.ExtractSourcesDeps(ctx, compiler.Properties.Srcs)
|
||||
android.ExtractSourcesDeps(ctx, compiler.Properties.Exclude_srcs)
|
||||
|
||||
if compiler.hasSrcExt(".proto") {
|
||||
deps = protoDeps(ctx, deps, &compiler.Proto, Bool(compiler.Properties.Proto.Static))
|
||||
|
Reference in New Issue
Block a user