Update to android build-tools 23.0.0
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 18 Aug 2015 09:33:53 +0000 (05:33 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 18 Aug 2015 09:33:53 +0000 (05:33 -0400)
build-package.sh
install-sdk.sh
packages/jack/build.sh

index d950d67..917b0b9 100755 (executable)
@@ -43,7 +43,7 @@ if [ $TERMUX_ARCH = "arm" ]; then TERMUX_HOST_PLATFORM="${TERMUX_HOST_PLATFORM}e
 : ${TERMUX_GCC_VERSION:="4.9"}
 : ${TERMUX_API_LEVEL:="21"}
 : ${TERMUX_STANDALONE_TOOLCHAIN:="$HOME/lib/android-standalone-toolchain-${TERMUX_ARCH}-api${TERMUX_API_LEVEL}-gcc${TERMUX_GCC_VERSION}"}
-: ${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="22.0.1"}
+: ${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="23.0.0"}
 # We do not put all of build-tools/$TERMUX_ANDROID_BUILD_TOOLS_VERSION/ into PATH
 # to avoid stuff like arm-linux-androideabi-ld there to conflict with ones from
 # the standalone toolchain.
index 094a2a9..0d158af 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-android update sdk --all --no-https --no-ui --filter build-tools-22.0.1,android-21
+android update sdk --all --no-https --no-ui --filter build-tools-23.0.0,android-21
index 563c539..42762f0 100755 (executable)
@@ -3,7 +3,7 @@
 # perhaps because BatchProcessingEnvImpl uses javax.tools which does not exist on android?
 TERMUX_PKG_HOMEPAGE=http://tools.android.com/tech-docs/jackandjill
 TERMUX_PKG_DESCRIPTION="Java Android Compiler Kit"
-TERMUX_PKG_VERSION="1.0-mr2"
+TERMUX_PKG_VERSION="1.1-mr2"
 TERMUX_PKG_PLATFORM_INDEPENDENT=true
 
 termux_step_make () {