diff options
Diffstat (limited to 'tools/vm/ubuntu1804/BUILD')
-rw-r--r-- | tools/vm/ubuntu1804/BUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/vm/ubuntu1804/BUILD b/tools/vm/ubuntu1804/BUILD new file mode 100644 index 000000000..0c8856dde --- /dev/null +++ b/tools/vm/ubuntu1804/BUILD @@ -0,0 +1,7 @@ +package(licenses = ["notice"]) + +alias( + name = "ubuntu1804", + actual = "//tools/vm/ubuntu1604", + visibility = ["//:sandbox"], +) |