(no title)
fabrice_d | 3 months ago
No, most drivers are closed source and you can just extract binary blobs for them. They run as daemons that communicate through the binder ipc - Android basically turned the Linux kernel into a microkernel.
fabrice_d | 3 months ago
No, most drivers are closed source and you can just extract binary blobs for them. They run as daemons that communicate through the binder ipc - Android basically turned the Linux kernel into a microkernel.
pjmlp|3 months ago
Traditional Linux drivers are considered legacy in Android.
https://source.android.com/docs/core/architecture/hal
oneshtein|3 months ago