blob: 1eb64f0374802fd534e47bb43dfe7b86582c1b24 (
plain)
1
2
3
4
5
6
7
|
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.0-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
|