]> rtime.felk.cvut.cz Git - orte.git/commitdiff
ANDROID: build for all ABIs supported by the NDK
authorMartin Vajnar <martin.vajnar@gmail.com>
Sun, 25 Aug 2013 11:16:06 +0000 (13:16 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 23 Sep 2013 09:06:28 +0000 (11:06 +0200)
Currently supported ABIs are:

armeabi - ARMv5te and higher
armeabi-v7a - ARMv7
mips
x86

orte/libaorte/jni/Application.mk

index d7cdebcfee3dc222cecc3bd7e066cacfd7f7db9c..e3af5f47c70e6c45bea89f54a5dd1dfce77337cb 100644 (file)
@@ -1,2 +1,2 @@
-APP_ABI := armeabi-v7a
+APP_ABI := all
 APP_PLATFORM := android-14
\ No newline at end of file