Skip to content

Commit

Permalink
fix(android): packagingOptions of ARMEABI
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 authored and zoomchan-cxj committed Mar 29, 2022
1 parent ad455b3 commit f051421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
if (!INCLUDE_ABI_ARMEABI.toBoolean()) {
exclude 'lib/armeabi/*'
}
if (!INCLUDE_ABI_ARMEABI_V7A.toBoolean()) {
if (!INCLUDE_ABI_ARMEABI_V7A.toBoolean() && !INCLUDE_ABI_ARMEABI.toBoolean()) {
exclude 'lib/armeabi-v7a/*'
}
if (!INCLUDE_ABI_ARM64_V8A.toBoolean()) {
Expand Down

0 comments on commit f051421

Please sign in to comment.