From 8a53dc91e5634097638e24c413db85d52ec54762 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 11 Jun 2021 09:13:08 +0700 Subject: [PATCH] fix --- makejdkwithoutconfigure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makejdkwithoutconfigure.sh b/makejdkwithoutconfigure.sh index 25086c5..eacb0ad 100755 --- a/makejdkwithoutconfigure.sh +++ b/makejdkwithoutconfigure.sh @@ -6,5 +6,5 @@ set -e export FREETYPE_DIR=`pwd`/freetype-${BUILD_FREETYPE_VERSION}/build_android-${TARGET_SHORT} export CUPS_DIR=`pwd`/cups-2.2.4 -cd openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-normal-${JVM_VARIANTS}-release +cd openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-release make JOBS=4 images