Merge pull request #149 from SamarV-121/patch-1
Enable latch_unsignaled on exynos devices
This commit is contained in:
commit
1966aaaa9e
@ -305,7 +305,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; then
|
||||
if getprop ro.hardware | grep -qF samsungexynos -e exynos; then
|
||||
setprop debug.sf.latch_unsignaled 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user