sm6150-common: fingerprint: Setup goodix file permissions
* from MIUI 21.1.20 Change-Id: Iabe5ea1125d44c1189e6227722f9f440c4dcf47a
This commit is contained in:
parent
a8c1391091
commit
8a8299ea1c
@ -1,3 +1,11 @@
|
||||
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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user