Skip to content

luckpizza/unionfs-fuse-for-android

Repository files navigation

HOWTO

Requirements:
- (1) android NDK
- (2) standalone android toolchain (this can be generated with the regular android-NDK)

Steps:
1. Compile fuse for android under the /fuse-android folder (using the android ndk (1))
2. export ANDROID_STANDALONE_TOOLCHAIN=<PATH_TO_ANDROID_TOOLCHAIN(2)>
3. make

Enjoy!

Examples:

cd ~
git clone ssh://dev.zertisa.com/opt/sources/git/unionfs-fuse-zertisa
cd ~/unionfs-fuse-zertisa
cd fuse-android
~/android-ndk-r8e/ndk-build 
cd ..
export ANDROID_STANDALONE_TOOLCHAIN==/home/user/androidstandalone-toolchain
make

you should find the binary file under src/unionfs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages