Merge "Add path for time and date fix" into android-9.0
diff --git a/twrp-functions.cpp b/twrp-functions.cpp
index 2635934..00a57a7 100644
--- a/twrp-functions.cpp
+++ b/twrp-functions.cpp
@@ -922,7 +922,7 @@
std::vector<std::string> paths; // space separated list of paths
if (time_paths.empty()) {
- paths = Split_String("/data/system/time/ /data/time/", " ");
+ paths = Split_String("/data/system/time/ /data/time/ /data/vendor/time/", " ");
if (!PartitionManager.Mount_By_Path("/data", false))
return;
} else {