Y
Hacker News
new
|
ask
|
show
|
jobs
by
criddell
2323 days ago
Is Android still built on Linux?
3 comments
pjmlp
2323 days ago
It is, but userspace isn't aware of it.
For userspace what matters is ART, ISO C, ISO C++ and Android NDK APIs.
link
yjftsjthsd-h
2323 days ago
It uses a (slightly modified) Linux kernel, yes, although its user land is decidedly not GNU or particularly Unix-like.
link
loeg
2323 days ago
Doesn't each phone basically ship its own modified Android-Linux with hacked up drivers specific to the model?
link
Fnoord
2323 days ago
Ever since Project Treble it got standardized.
link
yjftsjthsd-h
2322 days ago
I thought Treble just made the hacked up drivers use a standard ABI so you could combine them with a different userspace?
link
bayindirh
2323 days ago
Yes.
link
For userspace what matters is ART, ISO C, ISO C++ and Android NDK APIs.