So I thought I could now upload my app using different NDK compiled libraries for targeted CPU architectures but it seems like that's not possible.
Anyone know how to upload to the Android Market different APKs each containing libraries compiled specifically for different CPU architectures?
I haven't tried this and seems like a waist of space, but can we include multiple compiled libraries in one APK?
Update:
Apparently when the user installs the apk the unsupported libraries will not be installed on the device. This is good but the user still has to download the entire apk wasting bandwidth.