summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-08-07 18:51:25 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-07 18:51:25 +0200
commit9791b21c1f9d068c6162e4c7e4571da79af32e5b (patch)
tree5b906d66a45e45d4b5bb90e11c7bb13f071f4010 /roots.cpp
parentMerge "ueventd is now at /system/bin/ueventd" (diff)
parentMerge Android Pie into master (diff)
downloadandroid_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.gz
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.bz2
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.lz
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.xz
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.zst
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.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 2b26bf43e..06a77c186 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -327,6 +327,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,
};