diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-16 11:53:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 11:53:08 +0100 |
commit | 9d732aa0cfcfd638c28ac8eb8149d912a5a3a642 (patch) | |
tree | 25f86a745f3138fa0201506388e694558e934ed0 /platform/android/export/export_plugin.h | |
parent | b1fbd8ab40fa133b048fe49928f0a8f1e9bd8527 (diff) | |
parent | 98d0af7d5cd5fdba468ab88535a0152022467e85 (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.h | 2 |
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); |