Muhui Jiang
2018-11-22 03:25:44 UTC
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
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
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/1ff2d584-1ce4-4cfa-8283-d738fb5ffa45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/1ff2d584-1ce4-4cfa-8283-d738fb5ffa45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.