From 8851c5a54d270b76ccc7edc92855fcc2cb1ee6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 15 May 2025 12:42:20 +0200 Subject: [PATCH] Android: Re-add `generate_apk` alias for compatibility --- platform/android/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/android/detect.py b/platform/android/detect.py index 1f782cbc20e..9b567cd0704 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -35,7 +35,7 @@ def get_opts(): ), BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False), BoolVariable( - "generate_android_binaries", + ("generate_android_binaries", "generate_apk"), "Generate APK, AAB & AAR binaries after building Android library by calling Gradle", False, ),