diff options
Diffstat (limited to 'cc/object.go')
-rw-r--r-- | cc/object.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/object.go b/cc/object.go index d65cdea74..5d6187233 100644 --- a/cc/object.go +++ b/cc/object.go @@ -226,7 +226,7 @@ func objectBp2Build(ctx android.TopDownMutatorContext, m *Module) { Bzl_load_location: "//build/bazel/rules/cc:cc_object.bzl", } - tags := android.ApexAvailableTags(m) + tags := android.ApexAvailableTagsWithoutTestApexes(ctx, m) ctx.CreateBazelTargetModule(props, android.CommonAttributes{ Name: m.Name(), |