From 5be01a144963aa4ec07001615e196efc9eb2c048 Mon Sep 17 00:00:00 2001 From: khanhduytran0 Date: Thu, 24 Sep 2020 11:46:24 +0700 Subject: [PATCH] Also fix x86_64 build error --- ci_build_arch_x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build_arch_x86_64.sh b/ci_build_arch_x86_64.sh index 34473f4..7ff9094 100644 --- a/ci_build_arch_x86_64.sh +++ b/ci_build_arch_x86_64.sh @@ -3,7 +3,7 @@ set -e export TARGET=x86_64-linux-android export TARGET_SHORT=x86_64 -export TARGET_JDK=amd64 +export TARGET_JDK=x86_64 bash ci_build_global.sh