latch_unsignaled on mt6771

This commit is contained in:
Pierre-Hugues Husson 2019-09-14 13:20:45 +02:00
parent eff02a1912
commit d73bb669e2
1 changed files with 2 additions and 2 deletions

View File

@ -269,11 +269,11 @@ 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; then
if getprop ro.hardware | grep -qF samsungexynos -e mt6771; then
setprop debug.sf.latch_unsignaled 1
fi
if getprop ro.product.model | grep -qF ANE; then
if getprop ro.product.model | grep -qF -e ANE; then
setprop debug.sf.latch_unsignaled 1
fi