Merge "install: mkfs.f2fs: specify sector size for target image size"

am: ea8a6a9af2

Change-Id: I0effdb5d30cc496d55e2bb722404e07bcd2561e3
This commit is contained in:
Jaegeuk Kim
2018-04-04 23:56:49 -07:00
committed by android-build-merger
+2
View File
@@ -548,6 +548,8 @@ Value* FormatFn(const char* name, State* state, const std::vector<std::unique_pt
"encrypt", "encrypt",
"-O", "-O",
"quota", "quota",
"-w",
"512",
location.c_str(), location.c_str(),
(size < 512) ? nullptr : num_sectors.c_str(), (size < 512) ? nullptr : num_sectors.c_str(),
nullptr }; nullptr };