Hacker News new | ask | show | jobs
by angusgr 5681 days ago
Android is Apache licensed, so AOSP source is available but most vendors do not release their own source code that actually ships on the device.

The Android port on the WM8505 has a ton of hardware-specific hacks in it, including significant custom userland code to set the framebuffer modes up properly. Things that would be put into the kernel in a well-designed system (IMHO.)

1 comments

Interesting; I didn't know that. Thanks!