diff options
author | Memphiz <memphis@machzwo.de> | 2015-04-15 08:40:59 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-04-15 08:40:59 +0200 |
commit | 8d482c57dffab5056fecfb6b7e58580e4eec5bec (patch) | |
tree | b71e3870f7bf8c2bc7548f1008cb0ecec78fdfdc | |
parent | 82e26067c8de6dc1b616592dd5f6430ed7c98554 (diff) | |
parent | 993a333a84f488baa0b6ff9235ff77af0ce0dbdc (diff) |
Merge pull request #6952 from dhacker29/readme-update
android: Fix the readme to reflect the changes to bump SDK to 17
-rw-r--r-- | tools/depends/README | 4 | ||||
-rw-r--r-- | 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], |