Skip to content

Commit

Permalink
Remove third_party/java/langtools from the bazel binary.
Browse files Browse the repository at this point in the history
This was part of #7472 but was reverted by mistake by 9192ee3

The bazel binary gets down to 94M. 😃

Progress on #6316.

Closes #7492.

PiperOrigin-RevId: 235003109
  • Loading branch information
iirina authored and copybara-github committed Feb 21, 2019
1 parent efdecce commit 6de89a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ py_binary(
# The tools Bazel uses to compile Java.
# TODO(#6316): Gradually remove the targets here.
JAVA_TOOLS = [
"//third_party/java/jdk/langtools:test-srcs",
"//third_party/java/proguard:embedded_tools",
"//src/java_tools/buildjar/java/com/google/devtools/build/buildjar/jarhelper:srcs",
"//src/tools/singlejar:embedded_tools",
Expand Down

0 comments on commit 6de89a8

Please sign in to comment.