소스 검색

Merge pull request #104301 from syntaxerror247/minor-enhancement

Convert `compress_native_libraries` to a basic export option
Rémi Verschelde 5 달 전
부모
커밋
f8b1970b05
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      platform/android/export/export_plugin.cpp

+ 0 - 1
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" ||