Skip to content
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

Make the Android default build arm64v8 #39

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

madmiraal
Copy link
Contributor

The default build architecture for all platforms is 64 bit; except for the Android platform. Since all new devices are 64 bit and 32 bit is only kept for backwards compatibility, it makes sense for the default to be 64 bit and it to be consistent across platforms.

Android also supports both Arm and Intel chipsets. On Android devices, except for very few devices, and the emulators, most devices use the Arm chipset. Therefore, this change makes the default Android build be for the 64 bit Arm chipset.

Note: This only changes the default build, all other architectures can still be built by specifying the required architecture.

Copy link
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

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

Thank you for updating Rebel to stick with current standards.

@DanielaOrtner DanielaOrtner merged commit c1789dc into RebelToolbox:main Feb 22, 2024
13 checks passed
@madmiraal madmiraal deleted the android-default branch February 22, 2024 19:40
@madmiraal madmiraal added PR Type: Enhancement Your current game will work better. and removed enhancement labels May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR Type: Enhancement Your current game will work better.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants