Skip to content

Commit 4c554bf

Browse files
authored
Update NDK to r18b, as that's what's in Pipelines. (#931)
1 parent 6a9f497 commit 4c554bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build_android/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
set -e
1515

16-
# The Android NDK r10e or later may work, but we test with r17c. To download, see the following link:
16+
# The Android NDK r10e or later may work, but we test with r18b. To download, see the following link:
1717
# https://developer.android.com/ndk/downloads/index.html
1818

1919
# -----------------
@@ -143,7 +143,7 @@ if [ "${DO_OPENSSL}" == "1" ]; then (
143143
if [ "${DO_BOOST}" == "1" ]; then (
144144
if [ ! -d 'Boost-for-Android' ]; then git clone https://github.com/moritz-wundke/Boost-for-Android; fi
145145
cd Boost-for-Android
146-
git checkout 1bd9aa13463be4553b1146d6a5916566c2fba69c
146+
git checkout 84973078a3d7668067d422d4654696ef59ab9d6d
147147
PATH="$PATH:$NDK_DIR" \
148148
CXXFLAGS="-std=gnu++11" \
149149
./build-android.sh \

0 commit comments

Comments
 (0)