Is it possible for a shared native library (.so) to depend on another shared native library so that both will be built for multiple architectures (e.g. armeabi and x86)?
In my case I'm trying to build libogg and libvorbis (that depends on libogg).
So far I have only succeeded in multi-architecture builds with native libraries that do not have other native dependencies.