compile the rsync source code and deploy it to Android Device

只愿长相守 提交于 2020-01-03 05:02:28

问题


i have read Build Rsync for Android ,and to do as @Ben Challenor methods. i do it :

Compile with the cross compiler, using static linking:

./configure --host=arm-linux-gnueabi CFLAGS="-static"
make

but i donot know which code i need to put it to the android.the lib folder of the rsync_3.1.0

or the .so file of the lib rsync_3.1.0 ,or the all files of the rsync_3.1.0


回答1:


only put the rsync file to the system/xbin all is ok



来源:https://stackoverflow.com/questions/22529567/compile-the-rsync-source-code-and-deploy-it-to-android-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!