mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-29 15:51:17 +00:00
480 B
480 B
syncthing-android
A port of syncthing to Android.
Building
Setup goandroid.
Then, apply go_src_pkg_flag.diff
to src/pkg/flag/flag.go
in your local golang source, and compile and install it.
For syncthing, use my fork.
To compile, run ./build.sh
(go cross compile) and ant -f build.xml clean debug install run
(Android package).