4efee45bf3
Change-Id: I7349fa80f6576e2892283a21b6f2acd1f42e3e8b
19 lines
666 B
Plaintext
19 lines
666 B
Plaintext
on init
|
|
chown system system /dev/goodix_fp
|
|
|
|
on boot
|
|
chown system system /sys/bus/platform/devices/soc/soc:fpc1020/irq
|
|
chown system system /sys/bus/platform/devices/soc/soc:fpc1020/wakeup_enable
|
|
|
|
on post-fs-data
|
|
mkdir /data/vendor/fpc 0770 system system
|
|
mkdir /data/vendor/goodix 0770 system system
|
|
|
|
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sm6150
|
|
# "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
|