Merge "Rely on updated newfs_msdos for parameter tuning."

This commit is contained in:
Treehugger Robot 2018-06-19 23:26:05 +00:00 committed by Gerrit Code Review
commit 7d557e98be

View file

@ -172,12 +172,8 @@ status_t Mount(const std::string& source, const std::string& target, bool ro,
status_t Format(const std::string& source, unsigned long numSectors) {
std::vector<std::string> cmd;
cmd.push_back(kMkfsPath);
cmd.push_back("-F");
cmd.push_back("32");
cmd.push_back("-O");
cmd.push_back("android");
cmd.push_back("-c");
cmd.push_back("64");
cmd.push_back("-A");
if (numSectors) {