Skip to content

Commit f19fad2

Browse files
committed
update readme
1 parent 9c06fe3 commit f19fad2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ android {
137137
buildMode "debug"
138138
139139
// set abi filters (optional), e.g. armeabi, armeabi-v7a, arm64-v8a, x86, x86_64
140+
// we can also get abiFilters from defaultConfig.ndk.abiFilters
140141
abiFilters "armeabi-v7a", "arm64-v8a"
141142
}
142143
}

README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ android {
139139
buildMode "debug"
140140
141141
// 设置需要编译的abi列表,支持:armeabi, armeabi-v7a, arm64-v8a, x86, x86_64
142+
// 如果没有设置的话,我们也支持从defaultConfig.ndk.abiFilters中获取abiFilters
142143
abiFilters "armeabi-v7a", "arm64-v8a"
143144
}
144145
}

0 commit comments

Comments
 (0)