From 03b152ee0dc1bc7481b5816dd9a86384e697815b Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:45:06 +0700 Subject: [PATCH] Copy freetype lib --- removejdkdebuginfo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/removejdkdebuginfo.sh b/removejdkdebuginfo.sh index 4c31849..0e0779c 100755 --- a/removejdkdebuginfo.sh +++ b/removejdkdebuginfo.sh @@ -19,6 +19,8 @@ if [ "$BUILD_IOS" == "1" ]; then done fi +cp freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT/lib/libfreetype.so $imagespath/jdk/lib/ + cp -r $imagespath/jdk jdkout # JDK no longer create separate JRE image, so we have to create one manually.