ref: 23e3bddf718aab09cea98d865df4ce4884d4670c
parent: 3627875986f321266a84fae04ecd3b648c9ad6e1
author: Martin Storsjö <martin@martin.st>
date: Mon Mar 10 09:05:41 EDT 2014
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