From 17c4cd6412e3491f33713c63e4d3cc80c959319f Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 27 Jul 2022 17:48:34 -0500 Subject: Update export dialog to handle many architectures --- platform/android/export/export_plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/android/export/export_plugin.cpp') diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index bdee68ef34..6f1b4bde40 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -1705,6 +1705,8 @@ void EditorExportPlatformAndroid::get_export_options(List *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 abis = get_abis(); for (int i = 0; i < abis.size(); ++i) { const String abi = abis[i]; -- cgit v1.2.3