remove bazel build files

Bazel glob rules will NOT include anything that contain BUILD files.
This is frustrating efforts to have external Bazel files.

This is being removed anyways, see aosp/2051548.

Bug: 190019968
Suggested-by: Alex Humesky <ahumesky@google.com>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I77a8d83b1f99fd204fc9c50cdc012938e45d1dac
diff --git a/toolchains/llvm/prebuilt/linux-x86_64/BUILD.bazel b/toolchains/llvm/prebuilt/linux-x86_64/BUILD.bazel
deleted file mode 100644
index d1fcdb9..0000000
--- a/toolchains/llvm/prebuilt/linux-x86_64/BUILD.bazel
+++ /dev/null
@@ -1,9 +0,0 @@
-package(default_visibility = ["//visibility:public"])
-
-filegroup(
-    name = "binaries",
-    srcs = glob([
-        "bin/*",
-        "lib64/*",
-    ]),
-)
\ No newline at end of file