Merge "Remove bazel_module stanzas from bionic/linker"
This commit is contained in:
commit
39c2776fff
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue