| commit | e4895292e2627e4047c833e1808e614bba3c4783 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 04 03:10:39 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Feb 05 17:30:48 2025 +0000 |
| tree | 0bd7f4de0419c7273e5da32e43adaac75ae059cb | |
| parent | f525fa74802d2ea61577b188476bea2d54f816d7 [diff] [blame] |
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/musl.bzl b/third_party/musl/musl.bzl new file mode 100644 index 0000000..9fbdeaf --- /dev/null +++ b/third_party/musl/musl.bzl
@@ -0,0 +1 @@ +filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"])