Skip to content

Commit 319cb71

Browse files
committed
build: updated Android NDK from r21 to r25b
1 parent 9ad93a8 commit 319cb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-ndk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -z "$ANDROID_NDK_HOME" ]; then
1212
echo "Found NDK folder in root, using."
1313
else
1414
echo 'ANDROID_NDK_HOME not set, downloading NDK...';
15-
wget --no-verbose -O android-ndk.zip https://dl.google.com/android/repository/android-ndk-r21-linux-x86_64.zip;
15+
wget --no-verbose -O android-ndk.zip https://dl.google.com/android/repository/android-ndk-r25b-linux.zip;
1616
unzip -q -d NDK android-ndk.zip;
1717
ls NDK;
1818
mv NDK/*/* NDK/;

0 commit comments

Comments
 (0)