From 23e3bddf718aab09cea98d865df4ce4884d4670c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 10 Mar 2014 13:05:41 +0200 Subject: [PATCH] Add documentation about how to build the different ABI variants for android --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 74ebddf1..c5ce5de4 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ ARCH specifies the architecture of android device. Currently only arm and x86 ar 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