Make //tf/core/lib/io:proto_encode_helper build with --config android_arm64.
PiperOrigin-RevId: 286308295 Change-Id: I3df054ffbab15a1db933c6242c68e7fbc0b415e5
This commit is contained in:
parent
3f55d5c09a
commit
1aac6ab011
@ -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",
|
||||
],
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user