Skip to content

Commit

Permalink
Resolve #33 Add mips to abi list
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Nov 2, 2017
1 parent 12d6d3c commit 534828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite-android/src/main/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_STL:=stlport_static
APP_OPTIM := release
APP_ABI := armeabi-v7a,arm64-v8a,x86,x86_64
APP_ABI := armeabi-v7a,arm64-v8a,x86,x86_64,mips
NDK_TOOLCHAIN_VERSION := clang
NDK_APP_LIBS_OUT=../jniLibs

0 comments on commit 534828d

Please sign in to comment.