Merge pull request #302 from pjgowtham/patch-1
Update oplus fp manifest location for a12 vendor
This commit is contained in:
commit
6c7bcae712
@ -346,7 +346,7 @@ if grep vendor.huawei.hardware.biometrics.fingerprint /vendor/manifest.xml; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
foundFingerprint=false
|
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 \
|
if grep -q \
|
||||||
-e android.hardware.biometrics.fingerprint \
|
-e android.hardware.biometrics.fingerprint \
|
||||||
-e vendor.oppo.hardware.biometrics.fingerprint \
|
-e vendor.oppo.hardware.biometrics.fingerprint \
|
||||||
|
Loading…
Reference in New Issue
Block a user