summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@google.com>2018-04-05 09:10:24 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-05 09:10:24 +0200
commit4a82a2ee4b47c31275c89207071de91b9a544253 (patch)
treee50c9e3de55dbf95e3c34b6990255cc8803c9725
parent[automerger skipped] f2fs: support f2fs by setting unmovable bit for package file am: 848f227eea -s ours (diff)
parentMerge "install: mkfs.f2fs: specify sector size for target image size" am: ea8a6a9af2 (diff)
downloadandroid_bootable_recovery-4a82a2ee4b47c31275c89207071de91b9a544253.tar
android_bootable_recovery-4a82a2ee4b47c31275c89207071de91b9a544253.tar.gz
android_bootable_recovery-4a82a2ee4b47c31275c89207071de91b9a544253.tar.bz2
android_bootable_recovery-4a82a2ee4b47c31275c89207071de91b9a544253.tar.lz
android_bootable_recovery-4a82a2ee4b47c31275c89207071de91b9a544253.tar.xz
android_bootable_recovery-4a82a2ee4b47c31275c89207071de91b9a544253.tar.zst
android_bootable_recovery-4a82a2ee4b47c31275c89207071de91b9a544253.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 };