mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
Merge pull request #1514 from deltachat/ndk-make-faster2
Comment in ndk-make-fast.sh
This commit is contained in:
commit
f58d63c671
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@
|
||||||
# arm64-v8a, aarch64 and arm64
|
# arm64-v8a, aarch64 and arm64
|
||||||
# x86 and i686
|
# x86 and i686
|
||||||
# (there are no synonyms for x86_64)
|
# (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
|
set -e
|
||||||
echo "starting time: `date`"
|
echo "starting time: `date`"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue