Merge "Remove bazel_module stanzas from bionic/linker"
diff --git a/linker/Android.bp b/linker/Android.bp
index 7dd3329..f6f86fb 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -66,9 +66,6 @@
// 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 @@
sh_binary {
name: "ldd",
src: "ldd.sh",
- bazel_module: { bp2build_available: true },
}
// Used to generate binaries that can be backed by transparent hugepages.