Skip to content

Commit

Permalink
仅保留 arm64-v8a 架构支持。关于 ARMv8 指令集的CPU,参见https://en.wikipedia.org/wiki/C…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Sep 4, 2021
1 parent f174cd4 commit 266dcc3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ android {
versionName '1.8.1' // 语义化版本 https://semver.org/lang/zh-CN/
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "zh", "zh-rCN", "en", "en-rUS" // 仅保留中文和英文
ndk {
abiFilters "arm64-v8a"
}
}
ndkVersion '23.0.7599858'
buildTypes {
Expand Down
Binary file removed app/libs/armeabi-v7a/libBaiduMapSDK_base_v7_3_0.so
Binary file not shown.
Binary file removed app/libs/armeabi-v7a/libBaiduMapSDK_map_v7_3_0.so
Binary file not shown.
Binary file removed app/libs/armeabi-v7a/libgnustl_shared.so
Binary file not shown.
Binary file removed app/libs/armeabi-v7a/liblocSDK8a.so
Binary file not shown.

0 comments on commit 266dcc3

Please sign in to comment.