Skip to content

Commit

Permalink
vold: Build exfatprogs & declare support of exFAT.
Browse files Browse the repository at this point in the history
Change-Id: If7c98275b4a3ca41c4471755114aecc7ae827664
  • Loading branch information
ZVNexus authored and adithya2306 committed Oct 9, 2021
1 parent ce5962f commit 0b6de6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ cc_binary {

required: [
"mke2fs",
"mkfs.exfat",
"fsck.exfat",
"vold_prepare_subdirs",
"wait_for_keymaster",
],
Expand Down
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ int main(int argc, char** argv) {
ATRACE_BEGIN("main");

LOG(DEBUG) << "Detected support for:"
<< (android::vold::IsFilesystemSupported("exfat") ? " exfat" : "")
<< (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "")
<< (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "")
<< (android::vold::IsFilesystemSupported("vfat") ? " vfat" : "");
Expand Down

0 comments on commit 0b6de6c

Please sign in to comment.