From 514212e66faf706fd765c236c9c23ebfefcbf9f4 Mon Sep 17 00:00:00 2001 From: Razvan Date: Fri, 10 Jun 2022 06:26:14 +0300 Subject: [PATCH] disable_fbe: add wildcard for old exynoses some old devices identify as samsungexynos i.e. fstab.samsungexynos9810 in S9+ (SM-G965F) --- META-INF/com/google/android/update-binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary index f9e47ab..35ec8fe 100755 --- a/META-INF/com/google/android/update-binary +++ b/META-INF/com/google/android/update-binary @@ -126,7 +126,7 @@ disable_fbe() { # MediaTek devices = fstab.mt*. # Snapdragon devices = fstab.qcom. # - for i in /vendor/etc/fstab.exynos* \ + for i in /vendor/etc/fstab.*exynos* \ /vendor/etc/fstab.mt* \ /vendor/etc/fstab.qcom*; do if [ -f $i ]; then