K
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
Thanks.
The problem was solved by using gcc's weak symbol attribute:
__attribute__ ((weak)) on the helper functions.
Reference: http://winfred-lu.blogspot.ca/2009/11/understand-weak-symbols-by-examples.html