summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zheng <zhengdaniel@google.com>2024-04-08 19:32:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-08 19:32:48 +0000
commitf5e9af16b66fe003b6481790f33932747f606571 (patch)
tree61e41977c433a7ece7a6d064b46b32670edba341
parentc079a6c34f055de33ec204dda6bbf33bd16e0668 (diff)
parent9ce8219f525c0d71451c6185ac91dc8404d51449 (diff)
downloadcore-f5e9af16b66fe003b6481790f33932747f606571.tar.gz
Merge "libsnapshot: fix warnings" into main
-rw-r--r--fs_mgr/libsnapshot/snapshot.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs_mgr/libsnapshot/snapshot.cpp b/fs_mgr/libsnapshot/snapshot.cpp
index de91bd2c6..7ca53ad42 100644
--- a/fs_mgr/libsnapshot/snapshot.cpp
+++ b/fs_mgr/libsnapshot/snapshot.cpp
@@ -24,7 +24,6 @@
#include <filesystem>
#include <optional>
#include <thread>
-#include <unordered_set>
#include <android-base/file.h>
#include <android-base/logging.h>
@@ -46,7 +45,6 @@
#include <android/snapshot/snapshot.pb.h>
#include <libsnapshot/snapshot_stats.h>
#include "device_info.h"
-#include "libsnapshot_cow/parser_v2.h"
#include "partition_cow_creator.h"
#include "snapshot_metadata_updater.h"
#include "utility.h"
@@ -3309,7 +3307,7 @@ Return SnapshotManager::CreateUpdateSnapshots(const DeltaArchiveManifest& manife
compression_algorithm = "gz";
}
LOG(INFO) << "using compression algorithm: " << compression_algorithm
- << ", max compressible block size: " << compression_factor;
+ << ", max compressible block size: " << compression_factor;
}
PartitionCowCreator cow_creator{