From a15d02f88552ea11b5b3b3985d2b6dcfd448be46 Mon Sep 17 00:00:00 2001 From: bigbiff Date: Tue, 29 Jun 2021 20:04:54 -0400 Subject: [PATCH] vab: exclude gsi Change-Id: I00d4b4f19aafcaf87ad951ba4f1cb7e3fe84ced8 --- partition.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/partition.cpp b/partition.cpp index 293e95b8..ba4c9dd0 100755 --- a/partition.cpp +++ b/partition.cpp @@ -767,7 +767,8 @@ bool TWPartition::Decrypt_FBE_DE() { ExcludeAll(Mount_Point + "/cache"); ExcludeAll(Mount_Point + "/system/users/0"); ExcludeAll(Mount_Point + "/per_boot"); // removed each boot by init - + ExcludeAll(Mount_Point + "/gsi"); // cow devices + int retry_count = 3; while (!Decrypt_DE() && --retry_count) usleep(2000);