Skip to content

Instantly share code, notes, and snippets.

@riyad
Last active September 23, 2020 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riyad/59c17ce7a1ade6cfc3c6 to your computer and use it in GitHub Desktop.
Save riyad/59c17ce7a1ade6cfc3c6 to your computer and use it in GitHub Desktop.
Build Rsync for Android with Android NDK
APP_ABI := armeabi-v7a arm64-v8a
APP_OPTIM := release
APP_BUILD_SCRIPT := $(NDK_PROJECT_PATH)/Android.mk
APP_PLATFORM := android-29
@riyad
Copy link
Author

riyad commented Jan 29, 2016

Part of a blog post on how to build rsync for Android yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment