Open
Description
my application includes other native binaries that depend on libc++, it would be nice if you distributed objectbox binaries without libc++ statically linked so as to reduce the binary size and ram usage.
Describe the solution you'd like
android ndk allows you to switch between static and dynamic libc++ in a simple way
https://developer.android.com/ndk/guides/cpp-support