echo starting/ending time in ndk-make.sh

This commit is contained in:
B. Petersen 2019-10-30 16:46:05 +01:00
parent c398c0d175
commit fc6a19e0a7
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

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