From 920b924edfb38f8ee05bac885041834ba99227a6 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Wed, 29 Jul 2020 14:04:18 +0200 Subject: [PATCH] Comment in ndk-make-fast.sh --- ndk-make-fast.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ndk-make-fast.sh b/ndk-make-fast.sh index cc6f036ae..e54b57d77 100755 --- a/ndk-make-fast.sh +++ b/ndk-make-fast.sh @@ -20,7 +20,10 @@ # arm64-v8a, aarch64 and arm64 # x86 and i686 # (there are no synonyms for x86_64) - +# +# +# If you put this in your .bashrc, then you can directly build and deploy DeltaChat from the jni/deltachat-core-rust directory by typing nmake(): +# nmake() {sh -c 'cd ../..; ./ndk-make-fast.sh arm64-v8a && ./gradlew installFatDebug; notify-send "install finished" } set -e echo "starting time: `date`"