Skip to content

Commit

Permalink
disable_fbe: add wildcard for old exynoses
Browse files Browse the repository at this point in the history
some old devices identify as samsungexynos i.e. fstab.samsungexynos9810 in S9+ (SM-G965F)
  • Loading branch information
corsicanu authored Jun 10, 2022
1 parent 99a5a89 commit 514212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 514212e

Please sign in to comment.