Skip to content

Commit

Permalink
Update NDK to r18b, as that's what's in Pipelines. (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Oct 24, 2018
1 parent 6a9f497 commit 4c554bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build_android/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

set -e

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

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

0 comments on commit 4c554bf

Please sign in to comment.