land: delete wrapper for non fp variant
Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
parent
d9bd25e9eb
commit
69b0e7a1d2
1 changed files with 2 additions and 0 deletions
|
@ -15,9 +15,11 @@ if [ "$board_id" = "S88537AC1" ]; || [ "$board_id" = "S88537EC1"]; then
|
|||
rm /system/bin/gx_fpd
|
||||
rm /system/etc/permissions/android.hardware.fingerprint.xml
|
||||
rm /system/lib/hw/fingerprint.msm8937.so
|
||||
rm /system/lib/hw/fingerprint.land.so
|
||||
rm /system/lib/libcom_fingerprints_service.so
|
||||
rm /system/lib64/hw/fingerprint.msm8937.so
|
||||
rm /system/lib64/hw/fingerprint.goodix.so
|
||||
rm /system/lib64/hw/fingerprint.land.so
|
||||
rm /system/lib64/hw/gxfingerprint.default.so
|
||||
rm /system/lib64/libcom_fingerprints_service.so
|
||||
rm /system/lib64/libfp_client.so
|
||||
|
|
Loading…
Reference in a new issue