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 /docs | |
parent | 918719fcd6b3d15b42bd668737df0dc84926a9fe (diff) | |
parent | 07185d94e49eca700f2a21145caa6e12129ca688 (diff) |
Merge pull request #2467 from koying/chgdroidapi14
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 7547177b72..6ff28ab93c 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 |