commit | 975cecfeec76c42d9fea03baae18e1126855d2af | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@google.com> | Thu Apr 05 00:03:51 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 05 00:03:51 2018 -0700 |
tree | e50c9e3de55dbf95e3c34b6990255cc8803c9725 | |
parent | 16b428c71a8fd2ff05d74a9fd9e91347171eebbf [diff] | |
parent | 70ac7ea78f252e0fb6a235c3b390acc4a40b1156 [diff] |
Merge "install: mkfs.f2fs: specify sector size for target image size" am: ea8a6a9af2 am: 70ac7ea78f Change-Id: Iac2bc863bbca439de0df116c6b4a026744ca228b
diff --git a/updater/install.cpp b/updater/install.cpp index 2b6c20f..6732ab8 100644 --- a/updater/install.cpp +++ b/updater/install.cpp
@@ -548,6 +548,8 @@ "encrypt", "-O", "quota", + "-w", + "512", location.c_str(), (size < 512) ? nullptr : num_sectors.c_str(), nullptr };