blob: aa767a6009ed506eb710b39066f5a10a0d5d7cea (
plain)
1
2
3
4
5
6
7
|
service 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
|