Support Qualcomm hardware decrypt

Change-Id: I121ef0f5da209be48f6d87559d539c7fc6d85336
This commit is contained in:
Dees Troy
2015-05-15 10:52:46 -05:00
committed by Ethan Yonker
parent de50c5f552
commit c657cc0037
5 changed files with 181 additions and 14 deletions
+1
View File
@@ -259,6 +259,7 @@ bool TWPartition::Process_Fstab_Line(string Line, bool Display_Error) {
Wipe_Available_in_GUI = true;
Can_Be_Backed_Up = true;
} else if (Mount_Point == "/data") {
UnMount(false); // added in case /data is mounted as tmpfs for qcom hardware decrypt
Display_Name = "Data";
Backup_Display_Name = Display_Name;
Storage_Name = Display_Name;