mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Update export dialog to handle many architectures
This commit is contained in:
parent
a0072ba39f
commit
17c4cd6412
9 changed files with 50 additions and 88 deletions
|
@ -1705,6 +1705,8 @@ void EditorExportPlatformAndroid::get_export_options(List<ExportOption> *r_optio
|
|||
}
|
||||
plugins_changed.clear();
|
||||
|
||||
// Android supports multiple architectures in an app bundle, so
|
||||
// we expose each option as a checkbox in the export dialog.
|
||||
const Vector<String> abis = get_abis();
|
||||
for (int i = 0; i < abis.size(); ++i) {
|
||||
const String abi = abis[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue