Compare commits

...
Author SHA1 Message Date
lijia ea1cf08736 lib只保留arm64 2023-08-30 10:13:29 +08:00
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ android {
ndk { ndk {
//选择要添加的对应 cpu 类型的 .so 库。 //选择要添加的对应 cpu 类型的 .so 库。
abiFilters 'armeabi-v7a', 'arm64-v8a' abiFilters 'arm64-v8a'
// 还可以添加 'x86', 'x86_64', 'mips', 'mips64' , 'arm64-v8a' // 还可以添加 'x86', 'x86_64', 'mips', 'mips64' , 'arm64-v8a'
} }
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.