Skip to content

Some architecture adjustments to Android. #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

Open
wants to merge 4 commits into
base: 8.3.0-Dev
Choose a base branch
from

Conversation

MAJigsaw77
Copy link
Contributor

@MAJigsaw77 MAJigsaw77 commented Mar 14, 2025

  • Removed armv7 by default → Modern devices use arm64; keeping armv7 adds overhead.
  • Removed armv5 completely → Too old, rarely used, and complicates maintenance.

@MAJigsaw77 MAJigsaw77 requested a review from tobil4sk March 14, 2025 11:06
Copy link
Member

@tobil4sk tobil4sk left a comment

Choose a reason for hiding this comment

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

Thanks!

@mcagabe19
Copy link

why don't we remove armv5, armv6, mips and mipsel entirely? they're now not compatible with 2025 standarts

@tobil4sk
Copy link
Member

If we are intending to support older ndks for now (see #1925), then it may make sense to leave in armv5

@MAJigsaw77
Copy link
Contributor Author

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 armv5 anymore tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants