I read Build Rsync for Android and will do as @Ben Challenor methods. I'm doing it:
Compile using cross-compiler using static binding:
./configure --host=arm-linux-gnueabi CFLAGS="-static" make
but I donβt know what code I need to put in android.the lib folder from rsync_3.1.0 file
or .so rsync_3.1.0 lib file or all rsync_3.1.0 files
source share