From df9189cc4671facfecd3e8249c9e8b01b11c0df5 Mon Sep 17 00:00:00 2001 From: Austin Anderson Date: Wed, 13 Dec 2017 12:41:38 -0800 Subject: [PATCH] Update location for x86_64 android build (#15346) See https://github.com/tensorflow/tensorflow/issues/15345 --- tensorflow/contrib/makefile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/makefile/Makefile b/tensorflow/contrib/makefile/Makefile index e2e6c055912..ee84b5b4c8a 100644 --- a/tensorflow/contrib/makefile/Makefile +++ b/tensorflow/contrib/makefile/Makefile @@ -300,7 +300,7 @@ ifeq ($(TARGET),ANDROID) ifeq ($(ANDROID_ARCH),x86_64) TOOLCHAIN := x86_64-4.9 SYSROOT_ARCH := x86_64 - BIN_PREFIX := x86-64-linux-android + BIN_PREFIX := x86_64-linux-android MARCH_OPTION := endif