From 0ff01edb545512b7c2d84c6016b51d8acd0132e4 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Tue, 6 Apr 2021 11:30:17 +0200 Subject: Document the advanced APK packaging options --- toolchain/Android.cmake | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'toolchain/Android.cmake') diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake index 182fa0ac..db70de50 100644 --- a/toolchain/Android.cmake +++ b/toolchain/Android.cmake @@ -112,6 +112,20 @@ # the create-apk-myapp target. # # See Android documentation on how to create a keystore to use +# +# Advanced Options +# ================ +# +# The following packaging options are mainly interesting for automation or integration +# with CI/CD pipelines: +# ``ANDROID_APK_OUTPUT_DIR`` +# Specifies a folder where the generated APK files should be placed. +# ``ANDROID_FASTLANE_METADATA_OUTPUT_DIR`` +# Specifies a folder where the generated metadata for the F-Droid store +# should be placed. +# ``ANDROIDDEPLOYQT_EXTRA_ARGS`` +# Allows to pass additional arguments to `androiddeployqt`. This is an alternative to +# the `ARGS=` argument for `make` and unlike that works with all CMake generators. # ============================================================================= # SPDX-FileCopyrightText: 2014 Aleix Pol i Gonzalez -- cgit v1.2.1