Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fb6b244 authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

Merge "Remove the NO_EXPORTING handling of libprofile-clang-extras."

parents dd2e32d8 9cc34a71
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)
}