summaryrefslogtreecommitdiffhomepage
path: root/tools/go_generics/BUILD
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2018-12-28 07:24:56 -0800
committerShentubot <shentubot@google.com>2018-12-28 07:26:18 -0800
commita3217b71723a93abb7a2aca535408ab84d81ac2f (patch)
tree7016e516eb34bfe616449e86957a98b43bbc4610 /tools/go_generics/BUILD
parent46e6577014c849d7306c63905db25f3c695fa7e7 (diff)
Extract go_merge into its own package
This change is needed to support building gvisor for Fuchsia, which uses Chromium's GN build system; at the time of writing, Fuchsia's Go support does not include explicit enumeration of files, assuming instead that Go binaries are always built from all Go source files in a given package. Rather than extending Fuchsia's Go support, it is easier simply to extract a separate package here. PiperOrigin-RevId: 227133402 Change-Id: I1c64fff286d9c014b4bd1183b76023b35b60c720
Diffstat (limited to 'tools/go_generics/BUILD')
-rw-r--r--tools/go_generics/BUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/go_generics/BUILD b/tools/go_generics/BUILD
index 22c2e62c3..2d97d99dc 100644
--- a/tools/go_generics/BUILD
+++ b/tools/go_generics/BUILD
@@ -13,14 +13,6 @@ go_binary(
deps = ["//tools/go_generics/globals"],
)
-go_binary(
- name = "go_merge",
- srcs = [
- "merge.go",
- ],
- visibility = ["//visibility:public"],
-)
-
genrule(
name = "go_generics_tests",
srcs = glob(["generics_tests/**"]) + [":go_generics"],