mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
echo starting/ending time in ndk-make.sh
This commit is contained in:
parent
c398c0d175
commit
fc6a19e0a7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
echo "starting time: `date`"
|
||||||
cd jni/deltachat-core-rust
|
cd jni/deltachat-core-rust
|
||||||
|
|
||||||
# to setup the toolchains (from https://medium.com/visly/rust-on-android-19f34a2fb43 )
|
# to setup the toolchains (from https://medium.com/visly/rust-on-android-19f34a2fb43 )
|
||||||
|
@ -52,3 +53,4 @@ cp deltachat-core-rust/target/x86_64-linux-android/release/libdeltachat.a x86_64
|
||||||
echo -- ndk-build --
|
echo -- ndk-build --
|
||||||
cd ..
|
cd ..
|
||||||
ndk-build
|
ndk-build
|
||||||
|
echo "ending time: `date`"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue