Merge pull request #184 from ponces/android-10.0

Fix exynos grep command to apply setprop correctly
This commit is contained in:
Pierre-Hugues HUSSON 2020-05-14 12:44:46 +02:00 committed by GitHub
commit 61899854d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 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 -qF exynos; then
setprop debug.sf.latch_unsignaled 1
fi