commit | 05c20aad0508e0789e4144fe74188eedd97f952c | [log] [tgz] |
---|---|---|
author | pcloudy <pcloudy@google.com> | Thu Jun 29 11:38:30 2017 +0200 |
committer | Marcel Hlopko <hlopko@google.com> | Thu Jun 29 11:56:27 2017 +0200 |
tree | eaa7e0c7e4af1a0da9283b2346169cc5ce02b510 | |
parent | 8a3cc9bb48026184b0c937f0ce7e37ab04621036 [diff] [blame] |
Add missing windows select for //src:embeded_tools_with_jdk Fix the failure at http://ci.bazel.io/view/Bazel%20bootstrap%20and%20maintenance/job/Bazel/PLATFORM_NAME=windows-msvc-x86_64/1620/console RELNOTES: None. PiperOrigin-RevId: 160504102
diff --git a/src/BUILD b/src/BUILD index 589964f..6fb595a 100644 --- a/src/BUILD +++ b/src/BUILD
@@ -199,6 +199,9 @@ ":windows_msvc": [ "@openjdk_win//file", ], + ":windows": [ + "@openjdk_win//file", + ], "//conditions:default": [ "@openjdk_linux//file", ],