ref: ca457f57e9150ce48f8fe555909296444d253319
parent: 3627875986f321266a84fae04ecd3b648c9ad6e1
parent: 23e3bddf718aab09cea98d865df4ce4884d4670c
author: Ethan Hugg <ethanhugg@gmail.com>
date: Mon Mar 10 06:25:58 EDT 2014
Merge pull request #470 from mstorsjo/android-abi-docs Add documentation about how to build the different ABI variants for android
--- a/README.md
+++ b/README.md
@@ -67,6 +67,10 @@
NDKLEVEL specifies android api level, the api level can be 12-19, the default is 12.
GCCVERSION specifies which gcc in NDK is used, the default is 4.8.
+By default these commands build for the armeabi-v7a ABI. To build for the other android
+ABIs, add "ARCH=mips" or "ARCH=x86". To build for the older armeabi ABI (which has
+armv5te as baseline), add "APP_ABI=armeabi" (ARCH=arm is implicit).
+
For iOS Builds
--------------
You can build the libraries and demo applications using xcode project files