From 285373d276ed4cd2438059bb62013694a56ee72c Mon Sep 17 00:00:00 2001 From: goapunk Date: Sat, 10 Mar 2018 17:06:25 +0100 Subject: [PATCH] Fix BUILD instructions --- BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD b/BUILD index 92a5f3bf1..510cab32e 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.