ref: 2394e793bc22b3a17320521d5b3217fa181ffcf2
parent: 36360c521d4402c815d04d58c080bf4e174d8ff9
author: Martin Storsjö <[email protected]>
date: Fri Mar 13 08:53:29 EDT 2015
Update the information about the supported android architectures
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@
Valid `**ANDROID_TARGET**` can be found in `**ANDROID_SDK**/platforms`, such as `android-12`.
You can also set `ARCH`, `NDKLEVEL` according to your device and NDK version.
-`ARCH` specifies the architecture of android device. Currently only `arm` and `x86` are supported, the default is `arm`.
+`ARCH` specifies the architecture of android device. Currently `arm`, `arm64`, `x86` and `x86_64` are supported, the default is `arm`. (`mips` and `mips64` can also be used, but there's no specific optimization for those architectures.)
`NDKLEVEL` specifies android api level, the api level can be 12-19, the default is 12.
By default these commands build for the `armeabi-v7a` ABI. To build for the other android