Skip to content

Commit

Permalink
Temporarily exclude x86_64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
geecko86 authored Dec 26, 2018
1 parent 4c971b9 commit 42b4fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpcalc-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
}
}
ndk {
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
abiFilters 'x86', 'armeabi-v7a', 'arm64-v8a' // , 'x86_64'
}
}
buildTypes {
Expand Down

0 comments on commit 42b4fde

Please sign in to comment.