Merge "Rename ldd input file to ldd.sh to make Bazel conversion easier."
diff --git a/libc/Android.bp b/libc/Android.bp
index 6a3a7c0..9427960 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -2078,6 +2078,7 @@
     srcs: ["arch-common/bionic/crtbegin_so.c"],
 
     defaults: ["crt_so_defaults"],
+    bazel_module: { bp2build_available: true },
 }
 
 cc_object {