Copy freetype lib

This commit is contained in:
Duy Tran Khanh 2021-06-11 15:45:06 +07:00 committed by GitHub
parent 91b305f971
commit 03b152ee0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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