Enable latch_unsignaled on exynos devices

ro.hardware=exynos* on some samsung devices
 eg. Samsung Galaxy M20
This commit is contained in:
Sᴀᴍᴀʀ Vɪꜱᴘᴜᴛᴇ 2020-02-19 19:03:48 +05:30 committed by GitHub
parent 93bec7ceaa
commit f7eb2c6c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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