Home | History | Annotate | Download | only in jni

Lines Matching refs:ABI

34         #define ABI "armeabi-v7a/NEON (hard-float)"
36 #define ABI "armeabi-v7a/NEON"
40 #define ABI "armeabi-v7a (hard-float)"
42 #define ABI "armeabi-v7a"
46 #define ABI "armeabi"
49 #define ABI "x86"
51 #define ABI "x86_64"
53 #define ABI "mips64"
55 #define ABI "mips"
57 #define ABI "arm64-v8a"
59 #define ABI "unknown"
62 return (*env)->NewStringUTF(env, "Hello from JNI ! Compiled with ABI " ABI ".");