From 01ecd3fd5161269f061d0fe7562257394b2cbd7f Mon Sep 17 00:00:00 2001 From: Manjunath Kudlur Date: Fri, 24 Feb 2017 12:57:21 -0800 Subject: Rollback the change to depend on header only protobuf library. Change: 148492669 --- BUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index bfdd4772ff..e69de29bb2 100644 --- a/BUILD +++ b/BUILD @@ -1,28 +0,0 @@ -# Description: -# TensorFlow is an open source software library for numerical computation using -# data flow graphs. - -package( - default_visibility = [ - "//tensorflow:internal", - "//tensorflow_models:__subpackages__", - ], -) - -licenses(["notice"]) # Apache 2.0 - -exports_files(["LICENSE"]) - -load( - "//tensorflow:tensorflow.bzl", - "cc_header_only_library", -) - -cc_header_only_library( - name = "protobuf_headers", - includes = ["external/protobuf/src"], - visibility = ["//visibility:public"], - deps = [ - "@protobuf//:protobuf", - ], -) -- cgit v1.2.3