aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jdk/langtools/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/jdk/langtools/BUILD')
-rw-r--r--third_party/java/jdk/langtools/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/java/jdk/langtools/BUILD b/third_party/java/jdk/langtools/BUILD
index e87fa27c1d..5692999306 100644
--- a/third_party/java/jdk/langtools/BUILD
+++ b/third_party/java/jdk/langtools/BUILD
@@ -4,6 +4,11 @@ licenses(["restricted"]) # GNU GPL v2 with Classpath exception
filegroup(
name = "srcs",
+ srcs = glob(["**"]),
+)
+
+filegroup(
+ name = "test-srcs",
srcs = select({
"//tools/jdk:jdk7": [
"BUILD",