Skip to content

Commit

Permalink
增加x86配置
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Sep 3, 2023
1 parent 2c0f634 commit 356748a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'arm64-v8a'
abiFilters 'arm64-v8a', 'x86_64'
}
}

Expand Down
Binary file modified app/libs/arm64-v8a/libvnt_jni.so
Binary file not shown.
Binary file added app/libs/x86_64/libvnt_jni.so
Binary file not shown.

0 comments on commit 356748a

Please sign in to comment.