Skip to content

Commit

Permalink
bash toolchain: remove toolchain type
Browse files Browse the repository at this point in the history
Change-Id: I6e6ed809c8efb8ad2dd73bfa1335a17ec0790070
  • Loading branch information
laszlocsomor committed Apr 12, 2018
1 parent bb8ddba commit f078872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/bash/BUILD.tools
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports_files(["bash_def.bzl"])

toolchain_type(
name = "bash_toolchain_type",
name = "toolchain_type",
visibility = ["//visibility:public"],
)
2 changes: 1 addition & 1 deletion tools/bash/bash_def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ toolchain(
"{os_label}",
],
toolchain = ":local_bash",
toolchain_type = "@bazel_tools//tools/bash:bash_toolchain_type",
toolchain_type = "@bazel_tools//tools/bash:toolchain_type",
)
""".format(bash_path = bash_path, os_label = os_label))

Expand Down

0 comments on commit f078872

Please sign in to comment.