commit 160383ba6d30a2f11b36d3d9703af4c574f76a3f Author: Nathan Freitas nathan@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
tor-commits@lists.torproject.org