From 6ff9da18ad60accae36ac0ff5dd85566e566d98f Mon Sep 17 00:00:00 2001 From: pjgowtham Date: Thu, 10 Mar 2022 10:44:19 +0530 Subject: [PATCH] Update oplus.hardware.biometrics.fingerprint manifest entry for android 12 vendors https://dumps.tadiphone.dev/dumps/oplus/op516e/-/blob/qssi-user-12-SKQ1.211019.001-1646580650864-release-keys/odm/etc/vintf/manifest/manifest_oplus_fingerprint.xml --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 808ea1b..98465c9 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -346,7 +346,7 @@ if grep vendor.huawei.hardware.biometrics.fingerprint /vendor/manifest.xml; then fi foundFingerprint=false -for manifest in /vendor/manifest.xml /vendor/etc/vintf/manifest.xml /odm/etc/vintf/manifest.xml;do +for manifest in /vendor/manifest.xml /vendor/etc/vintf/manifest.xml /odm/etc/vintf/manifest.xml /odm/etc/vintf/manifest/manifest_oplus_fingerprint.xml;do if grep -q \ -e android.hardware.biometrics.fingerprint \ -e vendor.oppo.hardware.biometrics.fingerprint \