diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-04-01 01:56:52 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-04-01 01:56:52 -0700 |
commit | 4587fed26a9995121c888b6cad065519ade2afa5 (patch) | |
tree | a6cbbea94d6d0673d10abc70a15638fd171d034a /tools/depends/README | |
parent | 918719fcd6b3d15b42bd668737df0dc84926a9fe (diff) | |
parent | 07185d94e49eca700f2a21145caa6e12129ca688 (diff) |
Merge pull request #2467 from koying/chgdroidapi14
CHG: [droid] set minimum API to 14 (ICS)
Diffstat (limited to 'tools/depends/README')
-rw-r--r-- | tools/depends/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/README b/tools/depends/README index 63373c4dcb..fb44f8dffd 100644 --- a/tools/depends/README +++ b/tools/depends/README @@ -13,7 +13,7 @@ IOS: ./configure --host=arm-apple-darwin --with-sdk=4.3 --prefix=home/foo/xbmc-deps Android: - ./configure --with-toolchain=/opt/toolchains/android-ndk-r7-crystax-5.beta3-toolchain --prefix=/opt/xbmc-deps --host=arm-linux-androideabi + ./configure --with-toolchain=/opt/toolchains/android-ndk-r7-crystax-5.beta3-toolchain-14 --prefix=/opt/xbmc-deps --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk --with-ndk=/opt/android-ndk-r7-crystax-5.beta3 --with-sdk=android-14 --with-tarballs=/tmp/xbmc-android Linux: ARM toolchain (codesourcery/lenaro/etc) |