Upon source hash validation failure, log ext4 remount information

When source hash verification fails, check if the current partition
is an ext4 that has been remounted.
Log mount count and date.

Based on corresponding functionality in recovery.

Bug: 72074823
Test: manual - Confirm that remount count is present in the log when
      installing an update and the system has been remounted

Change-Id: I3cf12c9f93fa5ef9f73f0a1b6a795eb2a3e9335e
diff --git a/update_engine.gyp b/update_engine.gyp
index f312a1d..f72ca14 100644
--- a/update_engine.gyp
+++ b/update_engine.gyp
@@ -181,6 +181,7 @@
         'payload_consumer/file_writer.cc',
         'payload_consumer/filesystem_verifier_action.cc',
         'payload_consumer/install_plan.cc',
+        'payload_consumer/mount_history.cc',
         'payload_consumer/payload_constants.cc',
         'payload_consumer/payload_verifier.cc',
         'payload_consumer/postinstall_runner_action.cc',