commit 4ef76e066c87ed3d8bc7e55c082567bbdbb4317f Author: bim dsnake@protonmail.com Date: Fri Jun 12 11:57:48 2020 -0400
Update BUILD
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. --- BUILD | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/BUILD b/BUILD index 285fdf1c..e137f8bb 100644 --- a/BUILD +++ b/BUILD @@ -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)