Update blkid to 2.25.0
Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk.
This should help in later patch updates.
Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262
diff --git a/partition.cpp b/partition.cpp
index 9770a5f..8edf54a 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -31,7 +31,7 @@
#include "cutils/properties.h"
#endif
-#include "libblkid/blkid.h"
+#include "libblkid/include/blkid.h"
#include "variables.h"
#include "twcommon.h"
#include "partitions.hpp"
@@ -2070,6 +2070,7 @@
maxFileSize = 3.94 * constTB; //3.94 TB
else
maxFileSize = 100000000L;
+ LOGINFO("Get_Max_FileSize::maxFileSize: %\n", maxFileSize);
return maxFileSize - 1;
}