[tor-commits] [orbot/master] add make calls for both armeabi and x86 with clean

n8fr8 at torproject.org n8fr8 at torproject.org
Tue Jan 26 23:30:18 UTC 2016


commit 1b76c3636ec28fc6266abd0e9dcec77da82f2b8c
Author: Nathan Freitas <nathan at freitas.net>
Date:   Tue Jan 26 18:21:05 2016 -0500

    add make calls for both armeabi and x86 with clean
---
 make-release-build |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/make-release-build b/make-release-build
index 19dc5b7..d7ddf06 100755
--- a/make-release-build
+++ b/make-release-build
@@ -69,7 +69,10 @@ fi
 
 faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
 
+faketime "$TIMESTAMP" make -C external clean
 faketime "$TIMESTAMP" make -C external
+faketime "$TIMESTAMP" make -C external clean
+faketime "$TIMESTAMP" APP_ABI=x86 make -C external
 
 ./setup-ant
 





More information about the tor-commits mailing list