Skip to content

Commit

Permalink
Update BUILD
Browse files Browse the repository at this point in the history
Edited this file online removing instructions for the no longer supported armeabi ABI as well as old and unsupported andorid command line tool. I think in the future a more comprehensive rewrite of this file could be helpful.
  • Loading branch information
bitmold committed Jun 12, 2020
1 parent 1ecca6b commit 4ef76e0
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 4ef76e0

Please sign in to comment.