summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2023-03-08 01:57:47 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-03-08 01:57:47 +0000
commit6fb6b2440a5317f43c43b997ffa9a28e503ef747 (patch)
tree2d5569de1a3ed40105504be6b87c4df14681d6bd
parentdd2e32d8594da1a436043695887f9cead237f74a (diff)
parent9cc34a714287fb73cf5c25f703c2dc30f7c8b2d2 (diff)
Merge "Remove the NO_EXPORTING handling of libprofile-clang-extras."
-rw-r--r--cc/library.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/cc/library.go b/cc/library.go
index 61e3a9344..e73af8179 100644
--- a/cc/library.go
+++ b/cc/library.go
@@ -2951,12 +2951,6 @@ func sharedOrStaticLibraryBp2Build(ctx android.TopDownMutatorContext, module *Mo
tags := android.ApexAvailableTags(module)
- // This lib needs some special handling in bazel, so add this tag to the build
- // file.
- if module.Name() == "libprofile-clang-extras" {
- tags.Append(bazel.MakeStringListAttribute([]string{"NO_EXPORTING"}))
- }
-
ctx.CreateBazelTargetModule(props, android.CommonAttributes{Name: module.Name(), Tags: tags}, attrs)
}