summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Romain Jobredeaux <jobredeaux@google.com> 2023-03-09 14:40:58 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-03-09 14:40:58 +0000
commit8062140a1687c5ad635b8b07c65596a0ee4cc370 (patch)
treed21d31efdb0a6d54dd56f95d1c039dff16b810d3 /java/java.go
parentadd695f7849dd8189b283dc3167f42e2f956003c (diff)
parent3eaf747ae511a844cf1b32342ea84c76210b87da (diff)
Merge "Call ResolveExcludes after arch-based sources computation in java.go"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go
index 63c4416bc..61f5949bb 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"