android-rsync
android-rsync copied to clipboard
Build script to cross-compile rsync for Android.
Could not GET 'https://maven.pkg.github.com/ribbons/android-rsync/com/nerdoftheherd/android-rsync/3.2.7/android-rsync-3.2.7.pom'. Received status code 401 from server: Unauthorized
Hi thanks for the lib! However it is having warnings as follows: ``` $ /data/local/tmp/rsync --help WARNING: linker: /data/local/tmp/rsync: unsupported flags DT_FLAGS_1=0x8000001 rsync version 3.2.7 protocol version 31 Copyright (C)...
Please consider stripping the binaries as native Android does. I stripped your Aarch64 binary running `strip -s` in Termux and size went from 1.6 to 0.5 MB Thank you for...