You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Enable native debug symbols generation
This commit is contained in:
@@ -34,8 +34,13 @@ def get_opts():
|
||||
"android-" + str(get_min_target_api()),
|
||||
),
|
||||
BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False),
|
||||
BoolVariable("generate_apk", "Generate an APK/AAB after building Android library by calling Gradle", False),
|
||||
BoolVariable(
|
||||
"generate_android_binaries",
|
||||
"Generate APK, AAB & AAR binaries after building Android library by calling Gradle",
|
||||
False,
|
||||
),
|
||||
BoolVariable("swappy", "Use Swappy Frame Pacing library", False),
|
||||
BoolVariable("gradle_do_not_strip", "Whether Gradle should strip the Android *.so libraries or not", False),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user