Fixed Copybara for protobuf cleanup.

PiperOrigin-RevId: 254104491
This commit is contained in:
A. Unique TensorFlower 2019-06-19 17:23:47 -07:00 committed by TensorFlower Gardener
parent 746d7fbab7
commit 9caacf0ac5

View File

@ -340,7 +340,7 @@ cc_library(
"//tensorflow/lite/toco/tflite:export",
"//tensorflow/lite/toco/tflite:import",
] + select({
"//tensorflow:macos": ["//third_party/protobuf:protobuf_legacy"],
# Placeholder for internal macOS rule.
"//conditions:default": [],
}),
)