commit 285373d276ed4cd2438059bb62013694a56ee72c Author: goapunk goapunk@riseup.net Date: Sat Mar 10 17:06:25 2018 +0100
Fix BUILD instructions --- BUILD | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/BUILD b/BUILD index 92a5f3bf..510cab32 100644 --- a/BUILD +++ b/BUILD @@ -23,6 +23,10 @@ You then need to run "ndk-build" from: cd orbotservice/src/main ndk-build + mkdir -p assets/armeabi + zip assets/armeabi/pdnsd.mp3 libs/armeabi/pdnsd + mkdir -p assets/x86 + zip assets/x86/pdnsd.mp3 libs/armeabi/pdnsd
This isn't enough though and we'll now sew up the binary into a small package that will handle basic Tor controlling features.
tor-commits@lists.torproject.org