diff options
author | Chris "koying" Browet <cbro@semperpax.com> | 2013-03-19 13:43:32 +0100 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2013-03-20 10:56:08 +0100 |
commit | 07185d94e49eca700f2a21145caa6e12129ca688 (patch) | |
tree | 17b7ded3c6c248e931c7774e6fb219f4bcdaff13 /docs | |
parent | c28ead9f160384a286a802a5bdd58bc0a33dbf06 (diff) |
CHG: [droid] set minimum API to 14 (ICS)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.android b/docs/README.android index 7735485e5a..f2365502e0 100644 --- a/docs/README.android +++ b/docs/README.android @@ -93,7 +93,7 @@ specifies where the resulting toolchain should be installed (your choice). # ls platforms # cd build/tools # ./make-standalone-toolchain.sh --ndk-dir=../../ \ - --install-dir=<android-toolchain>/android-9 --platform=android-9 + --install-dir=<android-toolchain>/android-14 --platform=android-14 ATTENTION FOR X86 BUILDS - THIS DOES NOT APPLY TO 99% OF BUILDS: If you want to build for the x86 platform there is a flaw in the mentioned |