Hacker News new | ask | show | jobs
by pjmlp 1854 days ago
Just like Project Treble,

Binderized HALs => HALs expressed in HAL interface definition language (HIDL) or Android interface definition language (AIDL). These HALs replace both conventional and legacy HALs used in earlier versions of Android. In a Binderized HAL, the Android framework and HALs communicate with each other using binder inter-process communication (IPC) calls. All devices launching with Android 8.0 or later must support binderized HALs only.

Taken from https://source.android.com/devices/architecture/hal-types