From a5d49ba9366f19e71859291656fe53d3b48c08c2 Mon Sep 17 00:00:00 2001 From: Revan Sopher Date: Thu, 19 Dec 2019 16:18:57 -0800 Subject: [PATCH] Add missing cc_api_version arg to proto library. PiperOrigin-RevId: 286484453 Change-Id: Idecc70c2076265f3dda3ad0967ee4eb75d144daa --- tensorflow/python/tpu/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/tpu/BUILD b/tensorflow/python/tpu/BUILD index 82dbc04de0b..cf32d933e0c 100644 --- a/tensorflow/python/tpu/BUILD +++ b/tensorflow/python/tpu/BUILD @@ -437,6 +437,7 @@ tf_py_test( tf_proto_library( name = "tensor_tracer_proto", srcs = ["tensor_tracer.proto"], + cc_api_version = 2, protodeps = [ "//tensorflow/core:protos_all", ],