commit ca3856ce2b9584edcc9863d6011b9fbee9353c4f Author: lex bird.s.lex@gmail.com Date: Sun Apr 1 18:25:21 2018 -0400
Update BUILD
x86 asset was under armeabi --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BUILD b/BUILD index 510cab32..bbbeaa8f 100644 --- a/BUILD +++ b/BUILD @@ -26,7 +26,7 @@ You then need to run "ndk-build" from: mkdir -p assets/armeabi zip assets/armeabi/pdnsd.mp3 libs/armeabi/pdnsd mkdir -p assets/x86 - zip assets/x86/pdnsd.mp3 libs/armeabi/pdnsd + zip assets/x86/pdnsd.mp3 libs/x86/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