Remove handcrafted librustc_demangle_static
aosp/2794872 addes bp2build converter for rust_ffi_static type so that we don't need to handcraft it anymore.
Test: b build //external/rust/crates/rustc-demangle-capi:rustc_demangle_static --config=android
Bug: 297395183
Change-Id: Ic0ddc20bc4a142bbc91b8d4f55766426794f6744
diff --git a/BUILD.bazel b/BUILD.bazel
deleted file mode 100644
index 9675457..0000000
--- a/BUILD.bazel
+++ /dev/null
@@ -1,7 +0,0 @@
-# TODO(b/266459895): remove these after re-enabling libunwindstack
-
-load("//build/bazel/rules/cc:cc_library_static.bzl", "cc_library_static")
-
-cc_library_static(
- name = "librustc_demangle_static",
-)