Skip to content

Commit

Permalink
android: update NDK to 16b
Browse files Browse the repository at this point in the history
Signed-off-by: Lubomir I. Ivanov <[email protected]>
  • Loading branch information
neolit123 committed Apr 29, 2018
1 parent 829de10 commit 10fd312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/android/android-build-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USE_X=$(case $- in *x*) echo "-x" ;; esac)

QT_VERSION=5.10
LATEST_QT=5.10.1
NDK_VERSION=r14b
NDK_VERSION=r16b
SDK_VERSION=3859397 # if you change this version, you'll likely have to change the android-sdk-license key fallback below

ANDROID_NDK=android-ndk-${NDK_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion packaging/android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ done
export ARCH

# Configure where we can find things here
export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT-$SUBSURFACE_SOURCE/../android-ndk-r14b}
export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT-$SUBSURFACE_SOURCE/../android-ndk-r16b}

if [ -n "${QT5_ANDROID+X}" ] ; then
echo "Using Qt5 in $QT5_ANDROID"
Expand Down

0 comments on commit 10fd312

Please sign in to comment.