Fix up issue during decryption

 * Since some devices are unable to decrypt after processing of the fstab,
   because of the partition details updation, and after intro of dynamic partitioning
   here decryption process was going on after complete processing of the dynamic volumes.

 * This patch fix these issue, it process the logical volumes at their time not after all processing fstabs.
   This fixes the decryption issue.
   Translate more partitions i.e., ODM, Product.
   Added more partitions in unmount partitions.

Change-Id: I977c0cf0c40e5311f54a78c98f1fd89f71c6ac57
Signed-off-by: Mohd Faraz <androiabledroid@gmail.com>
diff --git a/partitions.hpp b/partitions.hpp
index 55a0ac1..be8dcd7 100755
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -27,6 +27,7 @@
 #include "tw_atomic.hpp"
 #include "progresstracking.hpp"
 #include "fscrypt_policy.h"
+#include "twrpApex.hpp"
 
 #define MAX_FSTAB_LINE_LENGTH 2048