Skip to content

Make the Android default build arm64v8#39

Merged
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:android-default
Feb 22, 2024
Merged

Make the Android default build arm64v8#39
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:android-default

Conversation

@madmiraal
Copy link
Copy Markdown
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
Copy Markdown
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
@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