File tree Expand file tree Collapse file tree
java_tools/junitrunner/java/com/google/testing/coverage
test/java/com/google/devtools/build/android/desugar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ genrule(
1818 output_to_bindir = 1 ,
1919 # Bazel 0.8.0 doesn't have this target under @bazel_tools, so we have to
2020 # use it from the main repository
21- toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime " ],
21+ toolchains = ["@bazel_tools//tools/jdk:current_java_runtime " ],
2222 tools = [
2323 ":generate_bash_completion.sh" ,
2424 "//src:bazel" ,
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ genrule(
361361 # Technically, this should be prefixed with @bazel_tools, but in order to
362362 # avoid having to wait a Bazel release which has this target under
363363 # @bazel_tools, we use it from the main repository. It's the same anyway.
364- toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime " ],
364+ toolchains = ["@bazel_tools//tools/jdk:current_java_runtime " ],
365365 tools = ["combine_derived_java_srcs.sh" ],
366366 visibility = ["//:__pkg__" ],
367367)
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ genrule(
7070 "rm -fr \" $${JARJAR}\" " ,
7171 ]),
7272 tags = ["manual" ],
73- toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime " ],
73+ toolchains = ["@bazel_tools//tools/jdk:current_java_runtime " ],
7474 tools = [
7575 "//src/java_tools/singlejar:SingleJar_deploy.jar" ,
7676 "//third_party/jarjar:jarjar_bin_deploy.jar" ,
Original file line number Diff line number Diff line change @@ -331,7 +331,8 @@ message Rule {
331331 optional string skylark_environment_hash_code = 12 ;
332332}
333333
334- // A pairing of attribute name and a Skylark aspect that is applied to that attribute.
334+ // A pairing of attribute name and a Skylark aspect that is applied to that
335+ // attribute.
335336message AttributeAspect {
336337 required string attribute_name = 1 ;
337338 required SkylarkAspect aspect = 2 ;
Original file line number Diff line number Diff line change @@ -1620,7 +1620,7 @@ $(JAVABASE)/bin/javap -c -p -cp $< 'com.google.devtools.build.android.desugar.te
16201620 tags = ["no_windows" ],
16211621 # Bazel 0.8.0 doesn't have this target under @bazel_tools, so we have to
16221622 # use the one in the main repository
1623- toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime " ],
1623+ toolchains = ["@bazel_tools//tools/jdk:current_java_runtime " ],
16241624 tools = ["@bazel_tools//tools/jdk" ],
16251625)
16261626
You can’t perform that action at this time.
0 commit comments