From 7cbe1132394e9085bf39348da19e46c8c147548b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 25 Jan 2019 04:44:02 -0800 Subject: [PATCH] Replace --genrule_strategy w/ --strategy=Genrule This is in preparation for --genrule_strategy becoming a no-op in a future Bazel release. PiperOrigin-RevId: 230883422 --- tensorflow/compiler/aot/tfcompile.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/aot/tfcompile.bzl b/tensorflow/compiler/aot/tfcompile.bzl index 4051664c24c..2abe3e29b78 100644 --- a/tensorflow/compiler/aot/tfcompile.bzl +++ b/tensorflow/compiler/aot/tfcompile.bzl @@ -207,7 +207,7 @@ def tf_library( # # Note that setting the local=1 attribute on a *test target* causes the # test infrastructure to skip that test. However this is a genrule, not - # a test target, and runs with --genrule_strategy=forced_forge, meaning + # a test target, and runs with --strategy=Genrule=forced_forge, meaning # the local=1 attribute is ignored, and the genrule is still run. # # https://www.bazel.io/versions/master/docs/be/general.html#genrule