diff options
author | Manjunath Kudlur <keveman@google.com> | 2017-02-24 12:57:21 -0800 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2017-02-24 13:10:21 -0800 |
commit | 01ecd3fd5161269f061d0fe7562257394b2cbd7f (patch) | |
tree | c0f02171bb383e56bc5e0ae151650ca0fd6b3899 /BUILD | |
parent | 6e12d026eccc2762231a61fc4c951ac777faeaa8 (diff) |
Rollback the change to depend on header only protobuf library.
Change: 148492669
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -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", - ], -) |