aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 5c13ebacfc..f3d8d558ac 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -451,11 +451,6 @@ filegroup(
),
)
-filegroup(
- name = "docs_src",
- data = glob(["docs_src/**/*.md"]),
-)
-
cc_library(
name = "grpc",
deps = select({
@@ -599,6 +594,7 @@ exports_files(
gen_api_init_files(
name = "tensorflow_python_api_gen",
srcs = ["api_template.__init__.py"],
+ api_version = 1,
root_init_template = "api_template.__init__.py",
)