Update location for x86_64 android build (#15346)

See https://github.com/tensorflow/tensorflow/issues/15345
This commit is contained in:
Austin Anderson 2017-12-13 12:41:38 -08:00 committed by Gunhan Gulsoy
parent d7dbf21bda
commit df9189cc46

View File

@ -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