summaryrefslogtreecommitdiffhomepage
path: root/tools/bazeldefs/BUILD
blob: 00a4674739fb3a42f88b91060fa87a71463d9f40 (plain)
1
2
3
4
5
6
7
8
9
10
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 = ["//:sandbox"],
)