commit | 3eaf747ae511a844cf1b32342ea84c76210b87da | [log] [tgz] |
---|---|---|
author | Romain Jobredeaux <jobredeaux@google.com> | Wed Mar 08 16:34:17 2023 -0500 |
committer | Romain Jobredeaux <jobredeaux@google.com> | Wed Mar 08 16:34:17 2023 -0500 |
tree | 8129253d8017c0fa8854acfef81e94995bc048fa | |
parent | 54d18347cfc372c69b9e985639538e642e80a42f [diff] [blame] |
Call ResolveExcludes after arch-based sources computation in java.go TEST: go test Change-Id: I93a8ae5e0842dab03f73b0edb32841755d2ea435
diff --git a/java/java.go b/java/java.go index 6a764cf..fb34d4a 100644 --- a/java/java.go +++ b/java/java.go
@@ -2660,6 +2660,7 @@ } } } + srcs.ResolveExcludes() javaSrcPartition := "java" protoSrcPartition := "proto"