Merge "partition: add squashfs support" into android-9.0

This commit is contained in:
big biff
2019-03-07 15:00:38 +01:00
committed by Gerrit Code Review
+1
View File
@@ -1027,6 +1027,7 @@ bool TWPartition::Is_File_System(string File_System) {
File_System == "yaffs2" ||
File_System == "exfat" ||
File_System == "f2fs" ||
File_System == "squashfs" ||
File_System == "auto")
return true;
else