From d2ebc59772a77fcc14392788c653d3b35b3a68ad Mon Sep 17 00:00:00 2001 From: Chris Koying Browet Date: Fri, 22 Dec 2017 11:00:00 +0100 Subject: CHG: [droid] default toolchain = 16 --- tools/buildsteps/defaultenv | 2 +- tools/depends/README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/buildsteps/defaultenv b/tools/buildsteps/defaultenv index 43b31ad2b5..412f12a3fd 100644 --- a/tools/buildsteps/defaultenv +++ b/tools/buildsteps/defaultenv @@ -35,7 +35,7 @@ case $XBMC_PLATFORM_DIR in android) DEFAULT_SDK_VERSION="24" - DEFAULT_NDK_VERSION="14b" + DEFAULT_NDK_VERSION="16" DEFAULT_NDK_API="21" DEFAULT_XBMC_DEPENDS_ROOT=$WORKSPACE/tools/depends/xbmc-depends DEFAULT_CONFIGURATION="Debug" diff --git a/tools/depends/README b/tools/depends/README index 5735763bef..42f08fe45e 100644 --- a/tools/depends/README +++ b/tools/depends/README @@ -25,10 +25,10 @@ TVOS: #---------------------------------------------------------------------------- arm: - ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk-path=/opt/android-ndk-r10d --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-17 --prefix=/opt/xbmc-depends + ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk-path=/opt/android-ndk-r16 --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-21 --prefix=/opt/xbmc-depends x86: - ./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk-path=/opt/android-sdk-linux --with-ndk-path=/opt/android-ndk-r10d --with-toolchain=/opt/x86-linux-4.8-vanilla/android-17 --prefix=/opt/xbmc-depends + ./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk-path=/opt/android-sdk-linux --with-ndk-path=/opt/android-ndk-r16 --with-toolchain=/opt/x86-linux-4.8-vanilla/android-21 --prefix=/opt/xbmc-depends #- Linux #---------------------------------------------------------------------------- -- cgit v1.2.3