vendor partition: mount if found in super

Change-Id: I6348511087aca6fc722dc48677794e0d8b4a63fa
This commit is contained in:
bigbiff
2020-06-22 17:07:27 -04:00
parent 7ba7500953
commit 86fabbe4d0
+3
View File
@@ -400,6 +400,9 @@ int main(int argc, char **argv) {
LOGERR("Unable to prepare super volumes.\n");
}
sys->Mount(true);
if (ven) {
ven->Mount(true);
}
twrpApex apex;
if (!apex.loadApexImages()) {
LOGERR("Unable to load apex images from %s\n", APEX_DIR);