Skip to content

Commit

Permalink
Fix BUILD instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Mar 10, 2018
1 parent 40391ba commit 285373d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD
Expand Up @@ -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.
Expand Down

0 comments on commit 285373d

Please sign in to comment.