aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2018-02-09 09:45:27 +0000
committerTobias Thierer <tobiast@google.com>2018-02-09 09:46:11 +0000
commit606e9de344fae07473dd79e5ac556886a72035de (patch)
treeaabe3b652617aeabf7603e4017e496a03dabe7b3 /cc
parentf36a3d9b6da654bf8bd7a49315b1625cf0e774ce (diff)
downloadbuild_soong-606e9de344fae07473dd79e5ac556886a72035de.tar.gz
build_soong-606e9de344fae07473dd79e5ac556886a72035de.tar.bz2
build_soong-606e9de344fae07473dd79e5ac556886a72035de.zip
Revert "Support filegroup in exclude_srcs"
This reverts commit f36a3d9b6da654bf8bd7a49315b1625cf0e774ce. Reason for revert: Broke several builds. I'm acting build cop, reverting. Bug: 70351683 Change-Id: I775ada4e9cb6473519d51420b41b818af163da44
Diffstat (limited to 'cc')
-rw-r--r--cc/compiler.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/compiler.go b/cc/compiler.go
index dd1cdeed..0d8e3a16 100644
--- a/cc/compiler.go
+++ b/cc/compiler.go
@@ -202,7 +202,6 @@ 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))