Description: This kernel has two parts: the core GKI kernel (common across all devices) and GKI modules (by Google) that can be dynamically loaded on devices where applicable.
The generic kernel interacts with vendor hardware-specific kernel modules, through the Kernel Module Interface (KMI). It is used by the generic Android Framework, and also vendor specific HAL implementation.
External link: