Skip to content

Commit

Permalink
Merge pull request #351 from bitmold/patch-1
Browse files Browse the repository at this point in the history
Update BUILD
  • Loading branch information
n8fr8 committed Jul 21, 2020
2 parents 0a97112 + 4ef76e0 commit e25600d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,11 @@ You then need to run "ndk-build" from:

cd orbotservice/src/main
ndk-build
mv libs/armeabi/pdnsd libs/armeabi/pdnsd.so
mv libs/armeabi-v7a/pdnsd libs/armeabi-v7a/pdnsd.so
mv libs/arm64-v8a/pdnsd libs/arm64-v8a/pdnsd.so
mv libs/x86/pdnsd libs/x86/pdnsd.so
mv libs/x86_64/pdnsd libs/x86_64/pdnsd.so

This isn't enough though and we'll now sew up the binary into a small package
that will handle basic Tor controlling features.
(Doesn't work and should be unnecessary on Android Studio/Android SDK as of 2020!)

android update project --name Orbot --target android-15 --path .

Now build the Android app

(gradle / android studio instructions here)
Expand Down

0 comments on commit e25600d

Please sign in to comment.