Android ndk-build options : Is there any flag(s) or option(s) which can be set during build process in order to remove symbol table information from ".so" file ?
This question Is it possible to remove symbols from a shared library built with Android NDK? gives answer to change code but I need something like "strip" utility performs because I don't have source code with me.