Skip to content

Commit

Permalink
Reverting to previous linux conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Nov 6, 2020
1 parent 3fb2620 commit 39324fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/jdk/remote_java_tools_aliases.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@

load("@rules_java//java:defs.bzl", "java_import")

# TODO(ilist) use //src/conditions:linux after Bazel release
def _get_args(target, attr, **kwargs):
workspace_target_dict = {
"//src/conditions:linux": ["@remote_java_tools_linux//" + target],
"//src/conditions:linux_x86_64": ["@remote_java_tools_linux//" + target],
"//src/conditions:darwin": ["@remote_java_tools_darwin//" + target],
"//src/conditions:windows": ["@remote_java_tools_windows//" + target],
# On different platforms the linux repository can be used.
Expand Down

0 comments on commit 39324fb

Please sign in to comment.