[tor-commits] [orbot/master] native binary asset building fixes

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Jan 6 21:20:10 UTC 2016


commit 3691ccae3a501fca2138296f12c125341754dfcb
Author: Nathan Freitas <nathan at freitas.net>
Date:   Wed Jan 6 16:14:08 2016 -0500

    native binary asset building fixes
    move pdnsd exec to assets
---
 libs/armeabi/pdnsd |  Bin 161312 -> 0 bytes
 libs/x86/pdnsd     |  Bin 0 -> 214736 bytes
 make-release-build |    3 +++
 3 files changed, 3 insertions(+)

diff --git a/libs/armeabi/pdnsd b/libs/armeabi/pdnsd
deleted file mode 100755
index 902c4af..0000000
Binary files a/libs/armeabi/pdnsd and /dev/null differ
diff --git a/libs/x86/pdnsd b/libs/x86/pdnsd
new file mode 100755
index 0000000..c26cb12
Binary files /dev/null and b/libs/x86/pdnsd differ
diff --git a/make-release-build b/make-release-build
index 0372ee7..b28dcd8 100755
--- a/make-release-build
+++ b/make-release-build
@@ -58,9 +58,12 @@ else
     echo "skipping release ant.properties"
 fi
 
+ndk-build
+
 faketime "$TIMESTAMP" make -C external
 
 ./setup-ant
+
 faketime -f "$TIMESTAMP_5" ant release
 
 apk=$projectroot/bin/$projectname-v$describe.apk





More information about the tor-commits mailing list