From 993a333a84f488baa0b6ff9235ff77af0ce0dbdc Mon Sep 17 00:00:00 2001 From: dhacker29 Date: Tue, 14 Apr 2015 23:39:45 -0400 Subject: android: Fix the readme to reflect the changes to bump SDK to 17 The ndk toolchains are now in /android-17 so if someone was new to compiling and strictly followed the readme they would end up with and invalid path for the ndk toolchain when doing ./configure. --- tools/depends/README | 4 ++-- tools/depends/configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/depends/README b/tools/depends/README index 50d32679ec..1db6a04494 100644 --- a/tools/depends/README +++ b/tools/depends/README @@ -14,9 +14,9 @@ IOS: Android (the pathes are examples and have to match those of docs/READM.android): arm: - ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r10d --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends + ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r10d --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-17 --prefix=/opt/xbmc-depends x86: - ./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r10d --with-toolchain=/opt/x86-linux-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends + ./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r10d --with-toolchain=/opt/x86-linux-4.8-vanilla/android-17 --prefix=/opt/xbmc-depends diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index ae0626f886..9435fca7d1 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -46,7 +46,7 @@ AC_ARG_WITH([sdk-path], AC_ARG_WITH([sdk], [AS_HELP_STRING([--with-sdk], - [spcify sdk platform version (optional for android). default is android-14])], + [spcify sdk platform version (optional for android). default is android-17])], [use_sdk=$withval]) AC_ARG_ENABLE([gplv3], -- cgit v1.2.3