Merge pull request #1514 from deltachat/ndk-make-faster2

Comment in ndk-make-fast.sh
This commit is contained in:
bjoern 2020-07-30 14:01:08 +02:00 committed by GitHub
commit f58d63c671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`"