aboutsummaryrefslogtreecommitdiff
path: root/toolchain/Android.cmake
diff options
context:
space:
mode:
authorChristophe Giboudeaux <cgiboudeaux@gmx.com>2016-08-24 10:47:48 +0200
committerChristophe Giboudeaux <cgiboudeaux@gmx.com>2016-08-24 10:47:57 +0200
commit9e6bc9ec94a5295936bab240a194cc3791307513 (patch)
tree0d456b76f1c6bfb6ef6e6cd8d28b68adfdf0da3d /toolchain/Android.cmake
parentf55064ab1414e373bbe29a9f797612ea1d047e7a (diff)
downloadextra-cmake-modules-9e6bc9ec94a5295936bab240a194cc3791307513.tar.gz
extra-cmake-modules-9e6bc9ec94a5295936bab240a194cc3791307513.tar.bz2
Fix the harmless warnings
GIT_SILENT
Diffstat (limited to 'toolchain/Android.cmake')
-rw-r--r--toolchain/Android.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake
index ce9043c9..6e3cf6cd 100644
--- a/toolchain/Android.cmake
+++ b/toolchain/Android.cmake
@@ -81,6 +81,7 @@
#
# To install the apk to test. To generate a signed apk, one can do it with the
# following syntax::
+#
# make create-apk-myapp ARGS="--sign ~/my.keystore alias_name"
#
# See Android documentation on how to create a keystore to use