diff options
-rw-r--r-- | modules/ECMCheckOutboundLicense.cmake | 5 | ||||
-rw-r--r-- | toolchain/Android.cmake | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/ECMCheckOutboundLicense.cmake b/modules/ECMCheckOutboundLicense.cmake index 62a6d1e2..ac799437 100644 --- a/modules/ECMCheckOutboundLicense.cmake +++ b/modules/ECMCheckOutboundLicense.cmake @@ -40,9 +40,8 @@ This method adds a custom unit test to ensure the specified outbound license to compatible with the specified license headers. Note that a convenient way is to use the CMake GLOB command of the FILE function. -``LICENSES`` : List of one or multiple outbound license regarding which the compatibility - of the source code files shall be tested. Currently, the following values - are supported (values are SPDX registry identifiers): +``LICENSES`` : List of one or multiple outbound license regarding which the compatibility of the source code files shall be tested. + Currently, the following values are supported (values are SPDX registry identifiers): * MIT * BSD-2-Clause * BSD-3-Clause diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake index 3f2443c6..513884c3 100644 --- a/toolchain/Android.cmake +++ b/toolchain/Android.cmake @@ -122,6 +122,7 @@ 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`` |