Fix exynos grep command to apply setprop correctly

This commit is contained in:
Alberto Ponces 2020-05-13 18:00:23 +01:00
parent 167c3bb4c1
commit d6da9f1fec
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ if busybox_phh unzip -p /vendor/app/ims/ims.apk classes.dex | grep -qF -e Landro
mount -o bind /system/phh/empty /vendor/app/ims/ims.apk
fi
if getprop ro.hardware | grep -qF samsungexynos -e exynos; then
if getprop ro.hardware | grep -q -e samsungexynos -e exynos; then
setprop debug.sf.latch_unsignaled 1
fi