1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add export setting to specify whether the native libraries should be compressed for the gradle build

This commit is contained in:
Fredia Huya-Kouadio
2024-02-15 17:43:32 -08:00
parent a9bb8509f2
commit a69a585c91
4 changed files with 43 additions and 0 deletions

View File

@@ -42,6 +42,10 @@
<member name="custom_template/release" type="String" setter="" getter="">
Path to the custom export template. If left empty, default template is used.
</member>
<member name="gradle_build/compress_native_libraries" type="bool" setter="" getter="">
If [code]true[/code], native libraries are compressed when performing a Gradle build.
[b]Note:[/b] Although your binary may be smaller, your application may load slower because the native libraries are not loaded directly from the binary at runtime.
</member>
<member name="gradle_build/export_format" type="int" setter="" getter="">
Export format for Gradle build.
</member>