Skip to content

Commit 8851c5a

Browse files
committed
Android: Re-add generate_apk alias for compatibility
1 parent 428a762 commit 8851c5a

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)