Make //tf/core/lib/io:proto_encode_helper build with --config android_arm64.

PiperOrigin-RevId: 286308295
Change-Id: I3df054ffbab15a1db933c6242c68e7fbc0b415e5
This commit is contained in:
Juhyun Lee 2019-12-18 18:47:21 -08:00 committed by TensorFlower Gardener
parent 3f55d5c09a
commit 1aac6ab011
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ cc_library(
hdrs = ["proto_encode_helper.h"],
deps = [
"//tensorflow/core/lib/core:coding",
"//tensorflow/core/platform:logging",
"//tensorflow/core/platform:protobuf",
"//tensorflow/core/platform:stringpiece",
],

View File

@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_CORE_LIB_IO_PROTO_ENCODE_HELPER_H_
#include "tensorflow/core/lib/core/coding.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/protobuf.h"
#include "tensorflow/core/platform/stringpiece.h"