Remove unnecesssary clean_dep and dependency on TF.

Initial groundwork towards 

PiperOrigin-RevId: 352099465
Change-Id: I878524fa7536aaa779a0b978e2fbd24f99d43813
This commit is contained in:
Advait Jain 2021-01-15 15:51:07 -08:00 committed by TensorFlower Gardener
parent f5abeb4d86
commit d2460be38b

View File

@ -388,5 +388,4 @@ bzl_library(
name = "build_def_bzl",
srcs = ["build_def.bzl"],
visibility = [":micro"],
deps = ["//tensorflow:tensorflow_bzl"],
)