Add missing cc_api_version arg to proto library.

PiperOrigin-RevId: 286484453
Change-Id: Idecc70c2076265f3dda3ad0967ee4eb75d144daa
This commit is contained in:
Revan Sopher 2019-12-19 16:18:57 -08:00 committed by TensorFlower Gardener
parent b6edd34c58
commit a5d49ba936

View File

@ -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",
],