Hacker News new | ask | show | jobs
by jankotek 3172 days ago
Can Galaxy even run without Linux kernel?
1 comments

In theory yes.

Android doesn't expose a proper Linux to userspace and Google has been clapping down what we are allowed to do with the NDK since Android 7.0 (edit: corrected, only started in 7.0).

So playing "what if", you can replace Linux with something else that is compatible the NDK APIs and no one would notice, other than the OEMs.

> Android doesn't expose a proper Linux to userspace and Google has been clapping down what we are allowed to do with the NDK since Android 6.0.

Would you have a link to more details/reading on this? I wasn't aware.

Great, thanks!
Ah. So it is a direct case of Linux>Fuschia, then.

Makes sense. That way there isn't a massive stockpile of old useless Android devices when the "new Google OS" comes out.