Files
vendor_infinix_X6837/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service.rc
T
vlxlxlv 0b994b644b X6837: Initial vendor tree & Sync with device tree
Change-Id: I13901a5404039adff809813c283deec88917c82f
Signed-off-by: vlxlxlv <fajarslebew31@gmail.com>
2026-04-26 08:01:29 +02:00

11 lines
448 B
Plaintext

service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
# "class hal" causes a race condition on some devices due to files created
# in /data. As a workaround, postpone startup until later in boot once
# /data is mounted.
class late_start
user system
group system input uhid
writepid /dev/cpuset/system-background/tasks
on post-fs-data
mkdir /data/vendor/tran_fp 0766 system system