-
-
Notifications
You must be signed in to change notification settings - Fork 412
[Android] Phase out older ARM architectures #1928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 9.0.0-dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
why don't we remove armv5, armv6, mips and mipsel entirely? they're now not compatible with 2025 standarts |
|
If we are intending to support older ndks for now (see #1925), then it may make sense to leave in armv5 |
I doubt anyone would use |
Android.|
If we're going to drop support for armv5 and older NDKs, it would probably happen in a major release, like 9.0.0. |
armv7by default → Modern devices usearm64; keepingarmv7adds overhead.armv5completely → Too old, rarely used, and complicates maintenance.