summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-06-09 01:09:59 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-06-09 01:09:59 +0200
commitd8a411c90a2d31e6a5f80105a6095b45c2cc9152 (patch)
tree84de8c12121c2a8979b2bfdde2486a8f0ef9e316 /roots.cpp
parentMerge "updater: Remove the redundant check on line count." (diff)
parentMerge pi-dev-plus-aosp-without-vendor into stage-aosp-master (diff)
downloadandroid_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.gz
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.bz2
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.lz
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.xz
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.zst
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.zip
Diffstat (limited to 'roots.cpp')
-rw-r--r--roots.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/roots.cpp b/roots.cpp
index 26ebf1fbe..3c811dfed 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -333,6 +333,7 @@ int format_volume(const char* volume, const char* directory) {
"-f",
"-O", "encrypt",
"-O", "quota",
+ "-O", "verity",
"-w", std::to_string(kSectorSize),
v->blk_device,
};