This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Description
Hello,
I change the compile.sh to:
WAF_MAKE=1 python $CWD/buildtools/bin/waf build --targets=smbd/smbd $*
It will create smbd. But the file can not be executed. It's shared object.
xiaolong.zi@ubuntu185-PowerEdge-R640:~/samba/samba-4.5.1-android-master/bin/default/source3/smbd$ file smbd
smbd: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, not stripped
Did anyone build smb server successfully and run it on Android? Thanks.