Remove bazel_module stanzas from bionic/linker
This also effectively re-enables linker_wrapper, which may have been
independently fixed some time ago.
Test: mixed_droid.sh
Change-Id: I9bc7e099fe3c5da1c4da12c79128baf6f807354a
diff --git a/linker/Android.bp b/linker/Android.bp
index 5b06e3c..6151bca 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.