diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-06-05 18:17:54 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-06-05 20:51:56 +0200 |
commit | 00255ce4e194535e73de1160a49cb440b196e7f9 (patch) | |
tree | dc0ca201fc2462d5b593b30c04e2cd515124ba51 /docs | |
parent | 06e79e0f618f1c7d5ab7445e207a533048f4b91c (diff) |
[android] bump to NDK 14b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.android b/docs/README.android index 82f1c410cd..1aeb71ce9d 100644 --- a/docs/README.android +++ b/docs/README.android @@ -77,7 +77,7 @@ f. Once you have your hdd image with case sensitive hfs+ file system do all step $ ./configure --with-tarballs=/Users/Shared/xbmc-depends/tarballs --host=arm-linux-androideabi \ --with-sdk-path=/Volumes/android-dev/android/android-sdk-macosx \ --with-sdk=android-21 \ - --with-ndk=/Volumes/android-dev/android/android-ndk-r12b \ + --with-ndk=/Volumes/android-dev/android/android-ndk-r14b \ --with-toolchain=/Volumes/android-dev/android/android-toolchain-arm/android-21 \ --prefix=/Volumes/android-dev/android/xbmc-depends @@ -98,7 +98,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-r12b +/opt/android-ndk-r14b TOOLCHAIN (arm) (referenced as <android-toolchain-arm> from now on): /opt/arm-linux-androideabi-4.9-vanilla/android-21 |