Loading
android: use libgbinder for fingerprint HAL access
Refactor Android fingerprint device from using C proxy library via libhybris to direct binder access via libgbinder.
Separate HIDL backend and add AIDL support at the same time. with HIDL backend fully implemented, AIDL backend
First probe for AIDL HAL on /dev/binder, then fallback to HIDL on /dev/hwbinder.