Simplify the exynos grep command even further and remove some whitespace
This commit is contained in:
parent
d5b3121548
commit
aca15ba77f
@ -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
|
mount -o bind /system/phh/empty /vendor/app/ims/ims.apk
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if getprop ro.hardware | grep -q -e samsungexynos -e mt6771 -e exynos; then
|
if getprop ro.hardware | grep -q -e exynos -e mt6771; then
|
||||||
setprop debug.sf.latch_unsignaled 1
|
setprop debug.sf.latch_unsignaled 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user