diff options
| author | Romain Jobredeaux <jobredeaux@google.com> | 2023-03-08 16:34:17 -0500 |
|---|---|---|
| committer | Romain Jobredeaux <jobredeaux@google.com> | 2023-03-08 16:34:17 -0500 |
| commit | 3eaf747ae511a844cf1b32342ea84c76210b87da (patch) | |
| tree | 8129253d8017c0fa8854acfef81e94995bc048fa /java/java.go | |
| parent | 54d18347cfc372c69b9e985639538e642e80a42f (diff) | |
Call ResolveExcludes after arch-based sources computation in java.go
TEST: go test
Change-Id: I93a8ae5e0842dab03f73b0edb32841755d2ea435
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 6a764cfe9..fb34d4a0d 100644 --- a/java/java.go +++ b/java/java.go @@ -2660,6 +2660,7 @@ func (m *Library) convertLibraryAttrsBp2Build(ctx android.TopDownMutatorContext) } } } + srcs.ResolveExcludes() javaSrcPartition := "java" protoSrcPartition := "proto" |
