mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Android: Enable arm64-v8a export by default
From August 1, 2019, Google Play requires that all new apps and app updates
include 64-bit versions, so we enable ARM64 by default.
IINM support for x86 and x86_64 is still be optional, so not enabling them
out of the box.
Part of #25030.
(cherry picked from commit 9e820cdf20)
This commit is contained in:
parent
b768381998
commit
e898b0a3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1877,7 +1877,7 @@ EditorExportPlatformAndroid::EditorExportPlatformAndroid() {
|
|||
immersive = true;
|
||||
|
||||
export_arm = true;
|
||||
export_arm64 = false;
|
||||
export_arm64 = true;
|
||||
export_x86 = false;
|
||||
export_x86_64 = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue