OSDN Git Service

vold: ISO9660 support
[android-x86/system-vold.git] / main.cpp
index 158b99a..ad6dc27 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -71,6 +71,7 @@ int main(int argc, char** argv) {
                << (android::vold::IsFilesystemSupported("exfat") ? " exfat" : "")
                << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "")
                << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "")
+               << (android::vold::IsFilesystemSupported("iso9660") ? " iso9660" : "")
                << (android::vold::IsFilesystemSupported("ntfs") ? " ntfs" : "")
                << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : "");