[tor-commits] [orbot/master] make ndk-build work again

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Oct 28 15:52:14 UTC 2016


commit 085ddb3745a798f0ebecdeddb3af8c1c619c6b45
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Oct 24 21:58:30 2016 -0400

    make ndk-build work again
---
 make-release-build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/make-release-build b/make-release-build
index d72556a..623e6b6 100755
--- a/make-release-build
+++ b/make-release-build
@@ -67,7 +67,9 @@ else
     echo "skipping release ant.properties"
 fi
 
+cd $projectroot/orbotservice/src/main
 faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
+cd $projectroot
 
 #clean, build, clean and build!
 make -C external clean





More information about the tor-commits mailing list