Skip to content

Commit b24d6e1

Browse files
committed
Switched configure.sh to link ndk version r10 instead of r9d
1 parent 70c7146 commit b24d6e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build_android/configure.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
set -e
2828

29-
# Note: we require android ndk r9d available from
30-
# https://dl.google.com/android/ndk/android-ndk-r9d-linux-x86_64.tar.bz2
31-
# https://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip
29+
# Note: we require android ndk r10 available from
30+
# http://dl.google.com/android/ndk/android-ndk32-r10-linux-x86_64.tar.bz2
31+
# http://dl.google.com/android/ndk/android-ndk32-r10-windows-x86_64.zip
3232

3333
# -----------------
3434
# Parse args

0 commit comments

Comments
 (0)