I want to build the samba4 project on Android with the crystax-ndk-10.3.2, but bionic missing methods such as 'swab', 'seekdir', 'telldir', 'quotactl' cause linking errors, although I find these methods in the header files. I search the 'libcrystatx.so' file with 'nm' tools, and it really does not contain any of these methods. So which library should I include in my build script? I'm not using an Android.mk file, but I try both standalone and packed ndk toolchains, is there anything wrong?
I want to build the samba4 project on Android with the crystax-ndk-10.3.2, but bionic missing methods such as 'swab', 'seekdir', 'telldir', 'quotactl' cause linking errors, although I find these methods in the header files. I search the 'libcrystatx.so' file with 'nm' tools, and it really does not contain any of these methods. So which library should I include in my build script? I'm not using an Android.mk file, but I try both standalone and packed ndk toolchains, is there anything wrong?