summaryrefslogtreecommitdiff
path: root/platform/android/export/export_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-16 11:53:08 +0100
committerGitHub <noreply@github.com>2022-03-16 11:53:08 +0100
commit9d732aa0cfcfd638c28ac8eb8149d912a5a3a642 (patch)
tree25f86a745f3138fa0201506388e694558e934ed0 /platform/android/export/export_plugin.h
parentb1fbd8ab40fa133b048fe49928f0a8f1e9bd8527 (diff)
parent98d0af7d5cd5fdba468ab88535a0152022467e85 (diff)
Merge pull request #58973 from bruvzg/gde_export
Diffstat (limited to 'platform/android/export/export_plugin.h')
-rw-r--r--platform/android/export/export_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/export/export_plugin.h b/platform/android/export/export_plugin.h
index a4eb608b19..0f267cf13a 100644
--- a/platform/android/export/export_plugin.h
+++ b/platform/android/export/export_plugin.h
@@ -210,7 +210,7 @@ public:
String get_apk_expansion_fullpath(const Ref<EditorExportPreset> &p_preset, const String &p_path);
- Error save_apk_expansion_file(const Ref<EditorExportPreset> &p_preset, const String &p_path);
+ Error save_apk_expansion_file(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path);
void get_command_line_flags(const Ref<EditorExportPreset> &p_preset, const String &p_path, int p_flags, Vector<uint8_t> &r_command_line_flags);