Remove x86_64 builds from legacy TF Android build scripts

This build script is effectively deprecated, and the x86_64
backend is causing issues with lengthy build times

PiperOrigin-RevId: 335067884
Change-Id: I5d9a0f396fe97ecfab3d03a1a28b26bab90686c4
This commit is contained in:
Jared Duke 2020-10-02 11:37:22 -07:00 committed by TensorFlower Gardener
parent 02d75f241b
commit 91a1094670

View File

@ -28,7 +28,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${SCRIPT_DIR}/builds_common.sh" source "${SCRIPT_DIR}/builds_common.sh"
configure_android_workspace configure_android_workspace
CPUS=armeabi-v7a,arm64-v8a,x86,x86_64 CPUS=armeabi-v7a,arm64-v8a,x86
OUT_DIR="$(pwd)/out/" OUT_DIR="$(pwd)/out/"
AAR_LIB_TMP="$(pwd)/aar_libs" AAR_LIB_TMP="$(pwd)/aar_libs"