commit 42832216bc0c0cbb7917a6eb0ccfd8bfbcd582e8 Author: Benjamin Erhart berhart@netzarchitekten.com Date: Thu Apr 16 17:22:54 2020 +0200
Updated BUILD info. --- BUILD | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/BUILD b/BUILD index 8e9b9b33..285fdf1c 100644 --- a/BUILD +++ b/BUILD @@ -25,10 +25,13 @@ You then need to run "ndk-build" from: 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 .