From f3155412af10541c5f853fa73b11f159b88604b4 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 --- 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 9de61b769e5..9b83580dcc9 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -2040,7 +2040,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 == "keystore/debug" || p_option == "keystore/debug_user" || p_option == "keystore/debug_password" ||