Add BUILD files for test/.../build/lib{buildeventstream,skylark/...,util/...,windows/..., and others}
Also enable a number of tests that were not previously running on windows, but
that work just fine when enabled.
RELNOTES: None.
PiperOrigin-RevId: 302085725
diff --git a/src/main/java/com/google/devtools/build/lib/concurrent/BUILD b/src/main/java/com/google/devtools/build/lib/concurrent/BUILD
index 08547c37..21a940a 100644
--- a/src/main/java/com/google/devtools/build/lib/concurrent/BUILD
+++ b/src/main/java/com/google/devtools/build/lib/concurrent/BUILD
@@ -5,6 +5,7 @@
filegroup(
name = "srcs",
srcs = glob(["**"]),
+ visibility = ["//src:__subpackages__"],
)
# Library of concurrency utilities.