From fc6a19e0a72a2c3058a3d232f28e05a26b57187f Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 30 Oct 2019 16:46:05 +0100 Subject: [PATCH] echo starting/ending time in ndk-make.sh --- ndk-make.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ndk-make.sh b/ndk-make.sh index 9b64cc46c..5306c64f1 100755 --- a/ndk-make.sh +++ b/ndk-make.sh @@ -1,3 +1,4 @@ +echo "starting time: `date`" cd jni/deltachat-core-rust # 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 -- cd .. ndk-build +echo "ending time: `date`"