summaryrefslogtreecommitdiffstats
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-13 17:23:10 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-13 17:23:10 +0100
commitde77f0ac7fa928a5c58e7bf3a46c6edb19da4c6f (patch)
tree671e2e5713435da460a96736266957ec7e6aacb6 /platform/android/detect.py
parent32b083460937b981ee7fe40a0d6d629f1c2af880 (diff)
parent94238d046228dcca57ec3d5eeb94b8c0110f6d01 (diff)
downloadredot-engine-de77f0ac7fa928a5c58e7bf3a46c6edb19da4c6f.tar.gz
Merge pull request #86255 from bruvzg/_bundle_build
[iOS/macOS] Add option to automatically build (and sign / archive) bundles.
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index b396e5eb2d..8976e218b3 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -28,6 +28,7 @@ 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),
]