sm6150-common: fingerprint: Setup goodix file permissions

* from MIUI 21.1.20

Change-Id: Iabe5ea1125d44c1189e6227722f9f440c4dcf47a
This commit is contained in:
Arian 2021-01-25 14:02:04 +01:00
parent a8c1391091
commit 8a8299ea1c
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -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