Skip to content

Commit

Permalink
remove mips - it's not supported by NDKr17+
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Lopatin committed Aug 13, 2018
1 parent ac9f76e commit 105a1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
abi {
enable true
reset()
include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a', 'mips', 'mips64' //select ABIs to build APKs for
include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' //select ABIs to build APKs for
universalApk true //generate an additional APK that contains all the ABIs
}
}
Expand Down

0 comments on commit 105a1ef

Please sign in to comment.