Skip to content

Commit

Permalink
build: updated Android NDK from r21 to r25b
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 7, 2022
1 parent 9ad93a8 commit 319cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-ndk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -z "$ANDROID_NDK_HOME" ]; then
echo "Found NDK folder in root, using."
else
echo 'ANDROID_NDK_HOME not set, downloading NDK...';
wget --no-verbose -O android-ndk.zip https://dl.google.com/android/repository/android-ndk-r21-linux-x86_64.zip;
wget --no-verbose -O android-ndk.zip https://dl.google.com/android/repository/android-ndk-r25b-linux.zip;
unzip -q -d NDK android-ndk.zip;
ls NDK;
mv NDK/*/* NDK/;
Expand Down

0 comments on commit 319cb71

Please sign in to comment.