third_party: rename build_files to $reponame.bzl
This enables IDEs to correctly identify the filetype
Change-Id: I9e2644514f001f94abe7da92c332f95889a34380
Reviewed-on: https://review.monogon.dev/c/monogon/+/3823
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
Tested-by: Jenkins CI
diff --git a/third_party/musl/BUILD.repo b/third_party/musl/musl.bzl
similarity index 98%
rename from third_party/musl/BUILD.repo
rename to third_party/musl/musl.bzl
index 0f930c5..9fbdeaf 100644
--- a/third_party/musl/BUILD.repo
+++ b/third_party/musl/musl.bzl
@@ -1 +1 @@
-filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"])
\ No newline at end of file
+filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"])