[tor-commits] [orbot/master] explicitly indicate we are building armeabi

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


commit eaa2dde6119a5404fa25f02610a1517ba6b198ea
Author: Nathan Freitas <nathan at freitas.net>
Date:   Tue Jan 26 18:29:37 2016 -0500

    explicitly indicate we are building armeabi
---
 make-release-build |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/make-release-build b/make-release-build
index d7ddf06..6b54f74 100755
--- a/make-release-build
+++ b/make-release-build
@@ -69,8 +69,9 @@ fi
 
 faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
 
+#clean, build, clean and build!
 faketime "$TIMESTAMP" make -C external clean
-faketime "$TIMESTAMP" make -C external
+faketime "$TIMESTAMP" APP_ABI=armeabi make -C external
 faketime "$TIMESTAMP" make -C external clean
 faketime "$TIMESTAMP" APP_ABI=x86 make -C external
 



More information about the tor-commits mailing list