Skip to content

Commit

Permalink
Updated Android API version since GitHub Actions is upgrading to NDK r25
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzpoz committed Jul 29, 2022
1 parent d4af528 commit 6b0f118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luajit/jni/scripts/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HOST_OS=linux
NDK=$ANDROID_NDK_HOME
TOOLCHAIN=$NDK/toolchains/llvm/prebuilt/$HOST_OS-x86_64
NDKB=$TOOLCHAIN/bin
NDKAPI=16
NDKAPI=19

echo "########## Building armv7-a ##########"
TARGET=armv7a-linux-androideabi
Expand Down

0 comments on commit 6b0f118

Please sign in to comment.