Files
hardware_interfaces/biometrics
Patryk Duda 2d00cd0b68 Enable Rust backend on Keymint, Fingerprint and Biometrics interfaces
This is necessary to implement fingerprint HAL in Rust.

Bug: 366409699
Test: Build pass
Merged-In: I6d925fadb94252cd9d66f93b3085c231ff52fe86
Change-Id: I6d925fadb94252cd9d66f93b3085c231ff52fe86
2024-09-16 11:33:43 +00:00
..
2024-04-23 20:21:33 +00:00

Biometric HALs


Overview:

The interfaces within the biometrics.* HAL tree are used by the Android Biometric Services (e.g. FingerprintService, FaceService) to discover and operate biometric sensors on the device.

More details and versioning information can be found within each particular HAL.

More complete information about the Android Biometric HALs and subsystem can be found at source.android.com.