diff options
author | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2016-08-24 10:47:48 +0200 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2016-08-24 10:47:57 +0200 |
commit | 9e6bc9ec94a5295936bab240a194cc3791307513 (patch) | |
tree | 0d456b76f1c6bfb6ef6e6cd8d28b68adfdf0da3d /toolchain/Android.cmake | |
parent | f55064ab1414e373bbe29a9f797612ea1d047e7a (diff) | |
download | extra-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.cmake | 1 |
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 |