commit | a15d02f88552ea11b5b3b3985d2b6dcfd448be46 | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Tue Jun 29 20:04:54 2021 -0400 |
committer | bigbiff <bigbiff@teamw.in> | Mon Jul 26 19:20:57 2021 -0400 |
tree | eddd1379f84f85a7fcacca34d6316ec7e480935e | |
parent | 45f66b2c584f31efd9a9cf127e9e41affc9bc855 [diff] |
vab: exclude gsi Change-Id: I00d4b4f19aafcaf87ad951ba4f1cb7e3fe84ced8
diff --git a/partition.cpp b/partition.cpp index 293e95b..ba4c9dd 100755 --- a/partition.cpp +++ b/partition.cpp
@@ -767,7 +767,8 @@ 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);