summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-05-01 16:05:38 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-05-01 16:05:38 +0000
commit934d5047ef159dee88da44e4d5a5db21d1e34a41 (patch)
tree5dc13a72a1020011179c4a96efe33ffad3af6744 /java/java.go
parent098f49de26c041b33b929e3aa4a083b982f2f302 (diff)
parent39b6cc53369a6ec132b58d99514cd7a2ea499efd (diff)
Merge changes from topic "bp2build-ignore-test-apex-tags"
* changes: Ignore test apexes from bp2build generated tags Ignore test apexes from bp2build generated tags
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go
index fe4df7520..0da73281b 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2839,7 +2839,7 @@ func (m *Library) convertLibraryAttrsBp2Build(ctx android.TopDownMutatorContext)
return android.IsConvertedToAidlLibrary(ctx, src.OriginalModuleName)
})
- apexAvailableTags := android.ApexAvailableTags(ctx.Module())
+ apexAvailableTags := android.ApexAvailableTagsWithoutTestApexes(ctx, ctx.Module())
if !aidlSrcs.IsEmpty() {
aidlLibName := m.Name() + "_aidl_library"