sdm710-common: Bind mount vendor.oppo.hardware.biometrics.fingerprint@2.1-service.rc

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2019-11-13 14:48:44 +00:00
parent 5221fa9128
commit 6bc03c5391

View file

@ -1,5 +1,6 @@
on init on init
mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio/audio_policy_configuration.xml bind mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio/audio_policy_configuration.xml bind
mount none /dev/null /vendor/etc/init/vendor.oppo.hardware.biometrics.fingerprint@2.1-service.rc bind
on boot on boot
mount none /system/overlay/BluetoothResCommon.apk /vendor/overlay/BluetoothResCommon.apk bind mount none /system/overlay/BluetoothResCommon.apk /vendor/overlay/BluetoothResCommon.apk bind
@ -23,6 +24,11 @@ service oppo_fingerprints_sh /vendor/bin/sh /vendor/bin/init.oppo.fingerprints.s
user root user root
oneshot oneshot
service fps_hal /vendor/bin/hw/vendor.oppo.hardware.biometrics.fingerprint@2.1-service
class late_start
user system
group system input
on post-fs-data on post-fs-data
mkdir /data/gf_data 0700 system system mkdir /data/gf_data 0700 system system
mkdir /data/system/gf_data 0700 system system mkdir /data/system/gf_data 0700 system system