diff options
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 |