summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauronofrio Matarrese <poronofrio@gmail.com>2019-03-05 02:22:26 +0100
committerMauronofrio Matarrese <poronofrio@gmail.com>2019-03-05 02:23:58 +0100
commit2dab70d83c33108881a944caad3db93804148e8c (patch)
tree1cb5e225c17b468fb3e6c6cd96f509e31a0b08a3
parentMerge "minuitwrp: Remove unused variables" into android-9.0 (diff)
downloadandroid_bootable_recovery-2dab70d83c33108881a944caad3db93804148e8c.tar
android_bootable_recovery-2dab70d83c33108881a944caad3db93804148e8c.tar.gz
android_bootable_recovery-2dab70d83c33108881a944caad3db93804148e8c.tar.bz2
android_bootable_recovery-2dab70d83c33108881a944caad3db93804148e8c.tar.lz
android_bootable_recovery-2dab70d83c33108881a944caad3db93804148e8c.tar.xz
android_bootable_recovery-2dab70d83c33108881a944caad3db93804148e8c.tar.zst
android_bootable_recovery-2dab70d83c33108881a944caad3db93804148e8c.zip
-rw-r--r--twrp-functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrp-functions.cpp b/twrp-functions.cpp
index 263593420..00a57a749 100644
--- a/twrp-functions.cpp
+++ b/twrp-functions.cpp
@@ -922,7 +922,7 @@ void TWFunc::Fixup_Time_On_Boot(const string& time_paths /* = "" */)
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 {