mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
This moves the faceauth HAL into a vendor apex: com.android.hardware.biometrics.face The contents: ./apex_manifest.pb ./bin/hw/android.hardware.biometrics.face-service.example ./etc/face-default-apex.rc ./etc/permissions/android.hardware.biometrics.face.prebuilt.xml ./etc/vintf/face-default-apex.xml ./lib64/android.hardware.biometrics.common-V2-ndk.so ./lib64/android.hardware.biometrics.face-V2-ndk.so ./lib64/android.hardware.keymaster-V3-ndk.so Bug: 279674662 Test: Not installed yet Test: m com.android.hardware.biometrics.face Change-Id: I6e52c83601d29bcc6a9ef4e165fab48f3579426c
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.