Merge "partition: add squashfs support" into android-9.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user