Skip to content

Commit

Permalink
Fix java builds when java7 + errorprone is used
Browse files Browse the repository at this point in the history
This fixes the BOOTCLASSPATH that was broken by:
https://codereview.chromium.org/2474053003

BUG=665194

Review-Url: https://codereview.chromium.org/2501423002
Cr-Commit-Position: refs/heads/master@{#432401}
  • Loading branch information
agrieve authored and Commit bot committed Nov 16, 2016
1 parent 73a9f66 commit be2bd3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/errorprone/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ java_prebuilt("error_prone_annotations_java") {
}

java_prebuilt("javac_java") {
output_name = "javac_java"
jar_path = "lib/javac-1.9.0-dev-r2644-1.jar"
}

Expand Down

0 comments on commit be2bd3b

Please sign in to comment.