Skip to content

Commit

Permalink
Add arm64-v8a but it's not sufficient for 64bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Nov 9, 2019
1 parent f35533a commit 17191a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/build.gradle
Expand Up @@ -38,7 +38,7 @@ android {
// Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK.
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a'
}
}

Expand Down

1 comment on commit 17191a6

@MoNTE48
Copy link
Contributor

@MoNTE48 MoNTE48 commented on 17191a6 Nov 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And why? empty commit but even more conflicts for me

Please sign in to comment.