Compile rsync source code and deploy it on an Android device

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

0
source share
1 answer

puts the rsync file on the / xbin system, everything is fine

0
source

Source: https://habr.com/ru/post/901478/


All Articles