summaryrefslogtreecommitdiffstats
path: root/tests/unit/host
diff options
context:
space:
mode:
authorTianjie <xunchang@google.com>2020-07-23 02:25:11 +0200
committerTianjie <xunchang@google.com>2020-07-23 22:07:24 +0200
commit1bc976a74ed26a5dcdbf9baef53e280f04eb272f (patch)
treea326338cf4a7522342327493e9c95c9ae9ca89ea /tests/unit/host
parentMerge "Add recovery support of dynamic fingerprints" (diff)
downloadandroid_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.gz
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.bz2
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.lz
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.xz
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.zst
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.zip
Diffstat (limited to 'tests/unit/host')
-rw-r--r--tests/unit/host/imgdiff_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/host/imgdiff_test.cpp b/tests/unit/host/imgdiff_test.cpp
index e76ccbdfb..978ac7c2b 100644
--- a/tests/unit/host/imgdiff_test.cpp
+++ b/tests/unit/host/imgdiff_test.cpp
@@ -35,7 +35,6 @@
using android::base::get_unaligned;
-// Sanity check for the given imgdiff patch header.
static void verify_patch_header(const std::string& patch, size_t* num_normal, size_t* num_raw,
size_t* num_deflate) {
const size_t size = patch.size();