summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@google.com>2018-04-11 06:23:59 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-11 06:23:59 +0200
commit432e844d2b561fd1408b3be40472b4c1cff42077 (patch)
treec6d54abea68cb738ba24d663a4075db57f4773c6 /roots.cpp
parentUse the non-LTO, non-PGO version of libhwbinder am: 2ca4a403e7 (diff)
parentMerge "recovery: enable fsverity feature bit" into pi-dev (diff)
downloadandroid_bootable_recovery-432e844d2b561fd1408b3be40472b4c1cff42077.tar
android_bootable_recovery-432e844d2b561fd1408b3be40472b4c1cff42077.tar.gz
android_bootable_recovery-432e844d2b561fd1408b3be40472b4c1cff42077.tar.bz2
android_bootable_recovery-432e844d2b561fd1408b3be40472b4c1cff42077.tar.lz
android_bootable_recovery-432e844d2b561fd1408b3be40472b4c1cff42077.tar.xz
android_bootable_recovery-432e844d2b561fd1408b3be40472b4c1cff42077.tar.zst
android_bootable_recovery-432e844d2b561fd1408b3be40472b4c1cff42077.zip
Diffstat (limited to '')
-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,
};