summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2018-08-31 21:23:16 +0200
committerEthan Yonker <dees_troy@teamw.in>2018-08-31 21:24:41 +0200
commit007de98f69b1310f33a8baee008533b28d251cca (patch)
tree7dc4b553d0baa46f3f5e661d96f9d31b8fff6d75
parentDecrypt FBE on 9.0 (backwards compatible) (diff)
downloadandroid_bootable_recovery-007de98f69b1310f33a8baee008533b28d251cca.tar
android_bootable_recovery-007de98f69b1310f33a8baee008533b28d251cca.tar.gz
android_bootable_recovery-007de98f69b1310f33a8baee008533b28d251cca.tar.bz2
android_bootable_recovery-007de98f69b1310f33a8baee008533b28d251cca.tar.lz
android_bootable_recovery-007de98f69b1310f33a8baee008533b28d251cca.tar.xz
android_bootable_recovery-007de98f69b1310f33a8baee008533b28d251cca.tar.zst
android_bootable_recovery-007de98f69b1310f33a8baee008533b28d251cca.zip
-rw-r--r--partition.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/partition.cpp b/partition.cpp
index dfa57fafc..e7b3d2d8a 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -31,10 +31,7 @@
#include <sys/param.h>
#include <fcntl.h>
-#ifdef TW_INCLUDE_CRYPTO
- #include "cutils/properties.h"
-#endif
-
+#include "cutils/properties.h"
#include "libblkid/include/blkid.h"
#include "variables.h"
#include "twcommon.h"