diff options
Diffstat (limited to 'tools/build/BUILD')
-rw-r--r-- | tools/build/BUILD | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/build/BUILD b/tools/build/BUILD deleted file mode 100644 index 0c0ce3f4d..000000000 --- a/tools/build/BUILD +++ /dev/null @@ -1,10 +0,0 @@ -package(licenses = ["notice"]) - -# In bazel, no special support is required for loopback networking. This is -# just a dummy data target that does not change the test environment. -genrule( - name = "loopback", - outs = ["loopback.txt"], - cmd = "touch $@", - visibility = ["//visibility:public"], -) |