aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/compatibility
diff options
context:
space:
mode:
authorGravatar Jianwei Xie <xiejw0217@gmail.com>2018-03-29 11:12:41 -0700
committerGravatar Jianwei Xie <xiejw0217@gmail.com>2018-03-29 11:12:41 -0700
commit4336e0c05b68c5e978a06cf4c4ae3459a64ba94d (patch)
tree4fc3e23a853d80aeb22777165a9fc4b9c0b06a76 /tensorflow/tools/compatibility
parent86868a156860877fc6e8c3393baf4942b6b7dbd4 (diff)
parent63dffd5a3bc4e94e74cb140cbf7a68e0e5644ad6 (diff)
Resolve conflicts.
Diffstat (limited to 'tensorflow/tools/compatibility')
-rw-r--r--tensorflow/tools/compatibility/BUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/tensorflow/tools/compatibility/BUILD b/tensorflow/tools/compatibility/BUILD
index 4f90c4d940..b7bfb29aae 100644
--- a/tensorflow/tools/compatibility/BUILD
+++ b/tensorflow/tools/compatibility/BUILD
@@ -68,18 +68,3 @@ exports_files(
"testdata/test_file_v0_11.py",
],
)
-
-# -----------------------------------------------------------------------------
-# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)