Revert "[dev_arch_opt_3.0][减小包体积] 移除无用的代码; 将abi改成armeabi-v7a"

This reverts commit b8d9e549bf.
This commit is contained in:
renwj
2023-03-06 17:00:03 +08:00
parent e7ea7ae9f4
commit f9b91f6722
17 changed files with 44 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ android {
}
ndk {
abiFilters "armeabi-v7a"//, "arm64-v8a"
abiFilters "armeabi-v7a", "arm64-v8a"
}
}