From 6bc03c5391d5071950fc2d02d723375db1345557 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Wed, 13 Nov 2019 14:48:44 +0000 Subject: [PATCH] sdm710-common: Bind mount vendor.oppo.hardware.biometrics.fingerprint@2.1-service.rc Signed-off-by: SamarV-121 --- rootdir/etc/init.qcom.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index a27c53a..ef11e3d 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -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