Skip to content

Commit

Permalink
Update ci_build_android.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Nov 24, 2024
1 parent 53dceeb commit e680754
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions ci_build_android.bash
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,7 @@ yes | ant -Dplatform.linux=true \
-Dbuild.type=release/3.3.3 \
-Djavadoc.skip=true \
-Dnashorn.args="--no-deprecation-warning" \
compile compile-native release

# Copy native libraries
rm -rf bin/out; mkdir bin/out
find $LWJGL_NATIVE -name 'liblwjgl*.so' -exec cp {} bin/out/ \;
cp $LWJGL_NATIVE/shaderc/libshaderc.so bin/out/
if [ -e "$LWJGL_NATIVE/libfreetype.so" ]; then
cp $LWJGL_NATIVE/libfreetype.so bin/out/
fi

compile release

# Cleanup unused output jar files
find bin/RELEASE \( -name '*-natives-*' -o -name '*-sources.jar' \) -delete
find bin/RELEASE \( -name '*-natives-*' -o -name '*-sources.jar' \) -delete

0 comments on commit e680754

Please sign in to comment.