diff options
author | Chris Koying Browet <cbro@semperpax.com> | 2017-12-22 11:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-12-22 11:00:00 +0100 |
commit | d2ebc59772a77fcc14392788c653d3b35b3a68ad (patch) | |
tree | 4aa75ccb05d221cb19a8de77cffc4ce1e4d9103e /tools | |
parent | d3cc38d59b770db9179a0801c9ee5bb89c7c5171 (diff) |
CHG: [droid] default toolchain = 16
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildsteps/defaultenv | 2 | ||||
-rw-r--r-- | tools/depends/README | 4 |
2 files changed, 3 insertions, 3 deletions
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 #---------------------------------------------------------------------------- |