Last active
September 23, 2020 13:38
-
-
Save riyad/59c17ce7a1ade6cfc3c6 to your computer and use it in GitHub Desktop.
Build Rsync for Android with Android NDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_ABI := armeabi-v7a arm64-v8a | |
APP_OPTIM := release | |
APP_BUILD_SCRIPT := $(NDK_PROJECT_PATH)/Android.mk | |
APP_PLATFORM := android-29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of a blog post on how to build rsync for Android yourself.