From 98ddd914415383d5f8cbdac9b9e841da2a9a89e9 Mon Sep 17 00:00:00 2001
From: Amit Patankar <amitpatankar@google.com>
Date: Mon, 22 Oct 2018 14:50:13 -0700
Subject: [PATCH] Making the renames file a bazel target.

PiperOrigin-RevId: 218238124
---
 tensorflow/tools/compatibility/BUILD | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tensorflow/tools/compatibility/BUILD b/tensorflow/tools/compatibility/BUILD
index 55792c51fe8..5f619c4e62a 100644
--- a/tensorflow/tools/compatibility/BUILD
+++ b/tensorflow/tools/compatibility/BUILD
@@ -33,6 +33,12 @@ py_test(
     ],
 )
 
+py_library(
+    name = "renames_v2",
+    srcs = ["renames_v2.py"],
+    srcs_version = "PY2AND3",
+)
+
 py_binary(
     name = "tf_upgrade_v2",
     srcs = [