aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/dotnet/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_defs/dotnet/BUILD')
-rw-r--r--tools/build_defs/dotnet/BUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/build_defs/dotnet/BUILD b/tools/build_defs/dotnet/BUILD
deleted file mode 100644
index 2e566326ab..0000000000
--- a/tools/build_defs/dotnet/BUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Detect our platform,
-# mac os x
-config_setting(
- name = "darwin",
- values = {"host_cpu": "darwin"},
-)
-
-# linux amd64
-config_setting(
- name = "linux",
- values = {"host_cpu": "k8"},
-)
-
-config_setting(
- name = "debug",
- values = {"compilation_mode": "dbg"},
-)
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//tools:__pkg__"],
-)