summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@google.com>2018-04-05 08:56:49 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-05 08:56:49 +0200
commit70ac7ea78f252e0fb6a235c3b390acc4a40b1156 (patch)
tree01a6dd47808a421a258736cdf2c9efbc008c289b
parentMerge "mkfs.f2fs: specify sector size for target image size" (diff)
parentMerge "install: mkfs.f2fs: specify sector size for target image size" (diff)
downloadandroid_bootable_recovery-70ac7ea78f252e0fb6a235c3b390acc4a40b1156.tar
android_bootable_recovery-70ac7ea78f252e0fb6a235c3b390acc4a40b1156.tar.gz
android_bootable_recovery-70ac7ea78f252e0fb6a235c3b390acc4a40b1156.tar.bz2
android_bootable_recovery-70ac7ea78f252e0fb6a235c3b390acc4a40b1156.tar.lz
android_bootable_recovery-70ac7ea78f252e0fb6a235c3b390acc4a40b1156.tar.xz
android_bootable_recovery-70ac7ea78f252e0fb6a235c3b390acc4a40b1156.tar.zst
android_bootable_recovery-70ac7ea78f252e0fb6a235c3b390acc4a40b1156.zip
-rw-r--r--updater/install.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index 2b6c20fe3..6732ab897 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -548,6 +548,8 @@ Value* FormatFn(const char* name, State* state, const std::vector<std::unique_pt
"encrypt",
"-O",
"quota",
+ "-w",
+ "512",
location.c_str(),
(size < 512) ? nullptr : num_sectors.c_str(),
nullptr };