summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
new file mode 100644
index 0000000..9675457
--- /dev/null
+++ b/BUILD.bazel
@@ -0,0 +1,7 @@
+# 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",
+)