Skip to content

Commit 59cd4b8

Browse files
committed
Merge pull request godotengine#106435 from akien-mga/android-readd-generate_apk-alias
Android: Re-add `generate_apk` alias for compatibility
2 parents be33a05 + 8851c5a commit 59cd4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/android/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_opts():
3535
),
3636
BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False),
3737
BoolVariable(
38-
"generate_android_binaries",
38+
("generate_android_binaries", "generate_apk"),
3939
"Generate APK, AAB & AAR binaries after building Android library by calling Gradle",
4040
False,
4141
),

0 commit comments

Comments
 (0)