vab: exclude gsi
Change-Id: I00d4b4f19aafcaf87ad951ba4f1cb7e3fe84ced8
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user