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 d10f860
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 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

0 comments on commit d10f860

Please sign in to comment.