Hi
I am using the ndk-build to build the native shared libraries.
My sample code only consists 8 easy functions. However, I find that the target libtest.so consists many other functions that are related to ndk according to their names.
For example, std::__ndk1::char_traits<char>::length(const std::__ndk1::char_traits<char>::char_type *__s)。 I saw many functions with the prefix ndk_xxx. I was wondering whether these function has to be here. Is it possible to generate a libtest.so that only contains the function in my sample code and package all the other functions that are required by ndk in the other shared libraries? Many Thanks
Regards
Muhui