commit | f46463a15c9515a5347798924767d2133eaafbe3 | [log] [tgz] |
---|---|---|
author | Captain Throwback <captainthrowback@hotmail.com> | Fri Nov 19 17:34:33 2021 -0500 |
committer | Captain Throwback <captainthrowback@hotmail.com> | Fri Nov 19 17:35:19 2021 -0500 |
tree | e6aebe1c58415d93c16c2d3716936848a27de117 | |
parent | 7671140bb96c4481172d52167bf5e8381f3420cf [diff] [blame] |
ext4crypt: only include if TARGET_USERIMAGES_USE_EXT4 is set Fixes build error on legacy devices that don't have this defined Change-Id: Iab74c5ab952bf1d142d981823ab67867a6f7d185
diff --git a/partitions.hpp b/partitions.hpp index 637471b..58fcd81 100755 --- a/partitions.hpp +++ b/partitions.hpp
@@ -26,7 +26,10 @@ #include "exclude.hpp" #include "tw_atomic.hpp" #include "progresstracking.hpp" + +#ifdef USE_EXT4 #include "ext4crypt_tar.h" +#endif #define MAX_FSTAB_LINE_LENGTH 2048