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:
parent
5221fa9128
commit
6bc03c5391
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
on init
|
||||
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
|
||||
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
|
||||
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
|
||||
mkdir /data/gf_data 0700 system system
|
||||
mkdir /data/system/gf_data 0700 system system
|
||||
|
|
Loading…
Reference in a new issue