Hacker News new | ask | show | jobs
by meastham 5631 days ago
They have a way to bundle code for multiple architectures into a single .apk. They don't yet have support for x86 but it appears to be forthcoming.

Source: http://developer.android.com/sdk/ndk/overview.html

1 comments

Would be nice if you could ship LLVM bitcode and have it compiled down to arm/x86/mips/etc on the device.