f0e2002d43
* from MIUI 21.1.20 Change-Id: Iabe5ea1125d44c1189e6227722f9f440c4dcf47a
19 lines
635 B
Plaintext
19 lines
635 B
Plaintext
on init
|
|
# Goodix fingerprint
|
|
chown system system /dev/goodix_fp
|
|
|
|
on boot
|
|
chown system system /sys/devices/platform/soc/soc:qcom,dsi-display/fod_ui
|
|
|
|
on post-fs-data
|
|
mkdir /data/vendor/goodix 0770 system system
|
|
mkdir /mnt/vendor/persist/goodix 0770 system system
|
|
|
|
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.xiaomi_sm6150-udfps
|
|
# "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
|