aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/README.android6
-rw-r--r--tools/buildsteps/defaultenv2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/README.android b/docs/README.android
index a1cd0626f1..014aebfa2c 100644
--- a/docs/README.android
+++ b/docs/README.android
@@ -76,7 +76,7 @@ f. Once you have your hdd image with case sensitive hfs+ file system do all step
example the hdd image is mounted on /Volumes/android-dev.
$ ./configure --with-tarballs=/Users/Shared/xbmc-depends/tarballs --host=arm-linux-androideabi \
--with-sdk-path=/Volumes/android-dev/android/android-sdk-macosx \
- --with-ndk=/Volumes/android-dev/android/android-ndk-r10d \
+ --with-ndk=/Volumes/android-dev/android/android-ndk-r10e \
--with-toolchain=/Volumes/android-dev/android/android-toolchain-arm/android-17 \
--prefix=/Volumes/android-dev/android/xbmc-depends
@@ -89,7 +89,7 @@ download the latest version for your operating system. The NDK
can be downloaded from http://developer.android.com/tools/sdk/ndk/
[NOTICE] Compiling Kodi for Android requires Android NDK
- Revision at least 10d. For the SDK just use the latest available.
+ Revision at least 10e. For the SDK just use the latest available.
It will work.
After downloading the SDK and NDK extract the files contained in the
@@ -97,7 +97,7 @@ archives to your harddisk. For our example we are extracting in the following
directories (this matches the example from tools/depends/README as well):
NDK (referenced as <android-ndk> from now on):
-/opt/android-ndk-r10d
+/opt/android-ndk-r10e
TOOLCHAIN (arm) (referenced as <android-toolchain-arm> from now on):
/opt/arm-linux-androideabi-4.8-vanilla/android-17
diff --git a/tools/buildsteps/defaultenv b/tools/buildsteps/defaultenv
index 0787a25825..e672a1d7e8 100644
--- a/tools/buildsteps/defaultenv
+++ b/tools/buildsteps/defaultenv
@@ -31,7 +31,7 @@ case $XBMC_PLATFORM_DIR in
android)
DEFAULT_SDK_VERSION="17"
- DEFAULT_NDK_VERSION="10d"
+ DEFAULT_NDK_VERSION="10e"
DEFAULT_XBMC_DEPENDS_ROOT=$WORKSPACE/tools/depends/xbmc-depends
DEFAULT_CONFIGURATION="Debug"
;;