I've built an app that uses my own NDK compiled .so shared library. I don't care about the copy protection or obfuscation of my app, it's just a client calling an API, but I do care of my native .so library.
Is there any way of copy protecting my native library in android so it can't be used outside my app?
Thanks.