summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-04-11 05:59:58 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-11 05:59:58 +0200
commit257dd337da28ccd2f930afe3b55e76873f73c15f (patch)
treed793d8f8bb0f209409bee374c1924acbc52c9892 /roots.cpp
parentUse the non-LTO, non-PGO version of libhwbinder (diff)
parentrecovery: enable fsverity feature bit (diff)
downloadandroid_bootable_recovery-257dd337da28ccd2f930afe3b55e76873f73c15f.tar
android_bootable_recovery-257dd337da28ccd2f930afe3b55e76873f73c15f.tar.gz
android_bootable_recovery-257dd337da28ccd2f930afe3b55e76873f73c15f.tar.bz2
android_bootable_recovery-257dd337da28ccd2f930afe3b55e76873f73c15f.tar.lz
android_bootable_recovery-257dd337da28ccd2f930afe3b55e76873f73c15f.tar.xz
android_bootable_recovery-257dd337da28ccd2f930afe3b55e76873f73c15f.tar.zst
android_bootable_recovery-257dd337da28ccd2f930afe3b55e76873f73c15f.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 8907bbd9b..184e7992b 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,
};