summaryrefslogtreecommitdiffstats
path: root/tests/component/updater_test.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-25 10:04:33 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-25 10:04:33 +0200
commit96577bf8735b29f39d735a5dccd9c6f4ac3f6f48 (patch)
tree26b2865fb88b7407a8115f5c852e93d31ce45372 /tests/component/updater_test.cpp
parentSnap for 4413317 from 6e9ee375276619c14262147c796ca51e013fb435 to pi-release (diff)
parentMerge "applypatch: Fix a memory leak in ApplyImagePatch()." am: 1bc0117755 am: dcc1fa1ce8 (diff)
downloadandroid_bootable_recovery-96577bf8735b29f39d735a5dccd9c6f4ac3f6f48.tar
android_bootable_recovery-96577bf8735b29f39d735a5dccd9c6f4ac3f6f48.tar.gz
android_bootable_recovery-96577bf8735b29f39d735a5dccd9c6f4ac3f6f48.tar.bz2
android_bootable_recovery-96577bf8735b29f39d735a5dccd9c6f4ac3f6f48.tar.lz
android_bootable_recovery-96577bf8735b29f39d735a5dccd9c6f4ac3f6f48.tar.xz
android_bootable_recovery-96577bf8735b29f39d735a5dccd9c6f4ac3f6f48.tar.zst
android_bootable_recovery-96577bf8735b29f39d735a5dccd9c6f4ac3f6f48.zip
Diffstat (limited to 'tests/component/updater_test.cpp')
-rw-r--r--tests/component/updater_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/updater_test.cpp b/tests/component/updater_test.cpp
index 266657d31..d9d01d427 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -33,7 +33,7 @@
#include <android-base/test_utils.h>
#include <bootloader_message/bootloader_message.h>
#include <brotli/encode.h>
-#include <bsdiff.h>
+#include <bsdiff/bsdiff.h>
#include <gtest/gtest.h>
#include <ziparchive/zip_archive.h>
#include <ziparchive/zip_writer.h>