Browse Source

Required NDK r15b

android-5
Fredrik Fornwall 8 years ago
parent
commit
ebd327b276
  1. 2
      build-package.sh

2
build-package.sh

@ -186,7 +186,7 @@ termux_step_setup_variables() {
: "${TERMUX_DEBUG:=""}" : "${TERMUX_DEBUG:=""}"
: "${TERMUX_API_LEVEL:="21"}" : "${TERMUX_API_LEVEL:="21"}"
: "${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="25.0.3"}" : "${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="25.0.3"}"
: "${TERMUX_NDK_VERSION:="15"}" : "${TERMUX_NDK_VERSION:="15.1"}"
if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then
TERMUX_ARCH_BITS=64 TERMUX_ARCH_BITS=64

Loading…
Cancel
Save