Skip to content

Commit

Permalink
arm64-v8a 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
spacen committed Aug 22, 2019
1 parent 61ec212 commit c3f8bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
// (at least for the default floating point implementation) and ARM64 supports
// also armeabi-v7a binaries natively, so let's use those, which should be more
// efficient.
abiFilters "armeabi-v7a", "x86", "x86_64"
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
}
}
Expand Down

0 comments on commit c3f8bdc

Please sign in to comment.