[tor-commits] [orbot/master] update for gradle

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


commit 160383ba6d30a2f11b36d3d9703af4c574f76a3f
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Oct 24 21:54:54 2016 -0400

    update for gradle
---
 make-release-build | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/make-release-build b/make-release-build
index 41166c4..576d2c8 100755
--- a/make-release-build
+++ b/make-release-build
@@ -72,14 +72,15 @@ faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
 #clean, build, clean and build!
 make -C external clean
 APP_ABI=armeabi faketime "$TIMESTAMP" make -C external
-make -C external clean
-APP_ABI=x86 faketime "$TIMESTAMP" make -C external
-
-./setup-ant
+#make -C external clean
+#APP_ABI=x86 faketime "$TIMESTAMP" make -C external
 
-ant release
+assembleRelease
+#./setup-ant
+#ant release
 
-apk=$projectroot/bin/$projectname-v$describe.apk
+#apk=$projectroot/bin/$projectname-v$describe.apk
+apk=$projectroot/app/build/outputs/apk/app-release-unsigned.apk
 
 # standardize timestamps in ZIP headers, requires strip-nondeterminism 0.014
 if which strip-nondeterminism > /dev/null; then





More information about the tor-commits mailing list