From 6ef29a0e55213a0c7ecbfe0aa36eaf0e14e6d588 Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Tue, 18 Mar 2025 12:26:25 +0530 Subject: [PATCH] Convert `compress_native_libraries` to a basic export option (cherry picked from commit f3155412af10541c5f853fa73b11f159b88604b4) --- platform/android/export/export_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index 13d721da5db..968d4592cc0 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -2041,7 +2041,6 @@ bool EditorExportPlatformAndroid::get_export_option_visibility(const EditorExpor if (p_option == "graphics/opengl_debug" || p_option == "command_line/extra_args" || p_option == "permissions/custom_permissions" || - p_option == "gradle_build/compress_native_libraries" || p_option == "package/retain_data_on_uninstall" || p_option == "package/exclude_from_recents" || p_option == "package/show_in_app_library" ||