Skip to content

Commit

Permalink
use ndk 21b
Browse files Browse the repository at this point in the history
  • Loading branch information
its-pointless authored and Grimler91 committed Jul 9, 2020
1 parent f28f489 commit 9ce89ee
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/properties.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TERMUX_ANDROID_BUILD_TOOLS_VERSION=29.0.2
TERMUX_NDK_VERSION_NUM=21
TERMUX_NDK_REVISION=""
TERMUX_NDK_REVISION="b"
TERMUX_NDK_VERSION=$TERMUX_NDK_VERSION_NUM$TERMUX_NDK_REVISION

test -f "$HOME/.termuxrc" && . "$HOME/.termuxrc"
2 changes: 1 addition & 1 deletion scripts/setup-android-sdk.sh
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ set -e -u
ANDROID_SDK_FILE=sdk-tools-linux-4333796.zip
ANDROID_SDK_SHA256=92ffee5a1d98d856634e8b71132e8a95d96c83a63fde1099be3d86df3106def9
ANDROID_NDK_FILE=android-ndk-r${TERMUX_NDK_VERSION}-Linux-x86_64.zip
ANDROID_NDK_SHA256=b65ea2d5c5b68fb603626adcbcea6e4d12c68eb8a73e373bbb9d23c252fc647b
ANDROID_NDK_SHA256=0c7af5dd23c5d2564915194e71b1053578438ac992958904703161c7672cbed7
if [ ! -d $ANDROID_HOME ]; then
mkdir -p $ANDROID_HOME
cd $ANDROID_HOME/..

0 comments on commit 9ce89ee

Please sign in to comment.