From e83a041dd51dcef9df357375b9f9ad7cc62039f2 Mon Sep 17 00:00:00 2001 From: Manjunath Kudlur Date: Tue, 7 Mar 2017 20:39:31 -0800 Subject: Depend on protobuf's header only library when building custom ops Change: 149501122 --- 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