Browse Source

build JNI for arm v7a and x86 both

pull/1226/head
R4SAS 6 years ago
parent
commit
331a23fc20
  1. 2
      android/jni/Application.mk

2
android/jni/Application.mk

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#APP_ABI := all
#APP_ABI := armeabi-v7a x86
APP_ABI := armeabi-v7a x86
#APP_ABI := x86
#APP_ABI := x86_64
#APP_ABI := armeabi-v7a

Loading…
Cancel
Save