Call ResolveExcludes after arch-based sources computation in java.go

TEST: go test
Change-Id: I93a8ae5e0842dab03f73b0edb32841755d2ea435
This commit is contained in:
Romain Jobredeaux
2023-03-08 16:34:17 -05:00
parent 54d18347cf
commit 3eaf747ae5
2 changed files with 27 additions and 0 deletions

View File

@@ -2660,6 +2660,7 @@ func (m *Library) convertLibraryAttrsBp2Build(ctx android.TopDownMutatorContext)
}
}
}
srcs.ResolveExcludes()
javaSrcPartition := "java"
protoSrcPartition := "proto"