summaryrefslogtreecommitdiffstats
path: root/partitionmanager.cpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2018-10-17 15:39:28 +0200
committerEthan Yonker <dees_troy@teamw.in>2019-03-20 21:33:48 +0100
commit98661c1a298cb01c93ae31973a42d152077beae6 (patch)
tree6d3b9e93bd1827017dea8eae4e89c923ce139ec2 /partitionmanager.cpp
parentgpt: Add -Wno-format-security (diff)
downloadandroid_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.gz
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.bz2
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.lz
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.xz
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.zst
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.zip
Diffstat (limited to 'partitionmanager.cpp')
-rwxr-xr-xpartitionmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp
index b8a95ff26..5b749bb32 100755
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -66,7 +66,7 @@ extern "C" {
}
#ifdef TW_INCLUDE_CRYPTO
- #include "crypto/lollipop/cryptfs.h"
+ #include "crypto/fde/cryptfs.h"
#include "gui/rapidxml.hpp"
#include "gui/pages.hpp"
#ifdef TW_INCLUDE_FBE