Merge "Remove bazel_module stanzas from bionic/linker"

This commit is contained in:
Christopher Parsons 2021-10-01 22:11:52 +00:00 committed by Gerrit Code Review
commit 39c2776fff

View file

@ -66,9 +66,6 @@ cc_object {
// We need to access Bionic private headers in the linker.
include_dirs: ["bionic/libc"],
// b/182338959
bazel_module: { bp2build_available: false },
}
// ========================================================
@ -409,7 +406,6 @@ cc_binary {
sh_binary {
name: "ldd",
src: "ldd.sh",
bazel_module: { bp2build_available: true },
}
// Used to generate binaries that can be backed by transparent hugepages.