Skip to content

Commit

Permalink
Update NDK to r18b, as that's what's in Pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Oct 24, 2018
1 parent 6a9f497 commit f86db94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -24,7 +24,7 @@ DO_BOOST=1
DO_OPENSSL=1
DO_CPPRESTSDK=1

BOOSTVER=1.65.1
BOOSTVER=1.68.0
OPENSSLVER=1.0.2k

API=15
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 f86db94

Please sign in to comment.