2021-01-25 08:02:04 -05:00
|
|
|
on init
|
|
|
|
# Goodix fingerprint
|
|
|
|
chown system system /dev/goodix_fp
|
|
|
|
|
|
|
|
on post-fs-data
|
|
|
|
mkdir /data/vendor/goodix 0770 system system
|
|
|
|
mkdir /mnt/vendor/persist/goodix 0770 system system
|
|
|
|
|
2021-03-01 09:19:27 -05:00
|
|
|
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sm6150-ext
|
|
|
|
# "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
|