summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/java/java.go b/java/java.go
index bab77c5a6..fde88e90f 100644
--- a/java/java.go
+++ b/java/java.go
@@ -28,7 +28,6 @@ import (
"github.com/google/blueprint/proptools"
"android/soong/android"
- "android/soong/genrule"
"android/soong/java/config"
)
@@ -437,12 +436,6 @@ func (j *Module) compile(ctx android.ModuleContext) {
srcFileLists = append(srcFileLists, deps.srcFileLists...)
- ctx.VisitDirectDeps(func(module blueprint.Module) {
- if gen, ok := module.(genrule.SourceFileGenerator); ok {
- srcFiles = append(srcFiles, gen.GeneratedSourceFiles()...)
- }
- })
-
srcFileLists = append(srcFileLists, j.ExtraSrcLists...)
var jars android.Paths