适配x86

This commit is contained in:
yaofangyong 2024-05-13 18:35:36 +08:00
parent 9df2c4fb56
commit 090c081345
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": " -DCMAKE_BUILD_TYPE=Release",
"abiFilters": [
"armeabi-v7a",
// "armeabi-v7a",
"arm64-v8a",
"x86_64"
],