From 9e6bc9ec94a5295936bab240a194cc3791307513 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 24 Aug 2016 10:47:48 +0200 Subject: Fix the harmless warnings GIT_SILENT --- toolchain/Android.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain') 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 -- cgit v1.2.1