diff options
Diffstat (limited to 'android/jni/Application.mk')
-rw-r--r-- | android/jni/Application.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android/jni/Application.mk b/android/jni/Application.mk index 4acb1d30..8fec4403 100644 --- a/android/jni/Application.mk +++ b/android/jni/Application.mk @@ -1,6 +1,12 @@ # The ARMv7 is significanly faster due to the use of the hardware FPU APP_PLATFORM=android-8 + +# We only build for arm variants by default. If you want more, uncomment +# the appropriate line below. APP_ABI := armeabi armeabi-v7a +#APP_ABI := armeabi armeabi-v7a x86 mips +#APP_ABI := all + ifdef NDK_PROFILER # The profiler doesn't seem to receive ticks when run on release code. # Accordingly, we need to build as debug - but this turns optimisations |